Skip to content

Commit

Permalink
[DOP-15023] Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Apr 15, 2024
1 parent 2646806 commit 23f4f44
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 5 deletions.
16 changes: 16 additions & 0 deletions docs/changelog/0.1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
0.1.2 (2024-04-15)
==================

Features
--------

- Rename ``syncmaster.backend.main`` module to ``syncmaster.backend``. It now also accepts the same args as ``uvicorn``. (:issue:`35`)
- Add ``syncmaster.db.migrations`` module to run ``alembic`` with proper config. (:issue:`35`)
- Change backend and worker images to use entrypoint. (:issue:`35`)


Improvements
------------

- Run database migrations in the entrypoint of backend image, before starting the backend server. (:issue:`35`)
- Add healthchecks to example ``docker-compose.yml``. (:issue:`35`)
File renamed without changes.
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
:caption: Changelog

DRAFT
0.1.2
0.1.1
1 change: 0 additions & 1 deletion docs/changelog/next_release/35.feature.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/35.feature.2.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/35.feature.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/35.improvement.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/35.improvement.2.rst

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ exclude_lines = [
]



[tool.poetry.group.docs.dependencies]
autodoc-pydantic = {version = "^2.0.1", python = ">=3.8"}
numpydoc = {version = "^1.6.0", python = ">=3.8"}
Expand Down

0 comments on commit 23f4f44

Please sign in to comment.