Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha

## [Unreleased]

## [1.2.1] - 2026-03-23

### Fixed

- fixed Docker build failing with `lstat /dist: no such file or directory` by making `app.Dockerfile` self-contained with PDM build inside the container
Expand Down
2 changes: 1 addition & 1 deletion database_sync/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
Loading