From ae69c007f24eccc9748b04925939b93cae28b938 Mon Sep 17 00:00:00 2001 From: msukkari Date: Thu, 10 Apr 2025 21:41:08 -0600 Subject: [PATCH] release v3.0.3 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e026fd..719356bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.0.3] - 2025-04-10 + +### Fixes +- Prevent database in container from being initialized and started if we're using an external database [#267](https://github.com/sourcebot-dev/sourcebot/pull/267) + +### Added +- Add additional logging for repo and connection syncing, and display proper names instead of ids ## [3.0.2] - 2025-04-04