Skip to content

Commit 23f4f44

Browse files
committed
[DOP-15023] Prepare for release
1 parent 2646806 commit 23f4f44

File tree

9 files changed

+18
-5
lines changed

9 files changed

+18
-5
lines changed

docs/changelog/0.1.2.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
0.1.2 (2024-04-15)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Rename ``syncmaster.backend.main`` module to ``syncmaster.backend``. It now also accepts the same args as ``uvicorn``. (:issue:`35`)
8+
- Add ``syncmaster.db.migrations`` module to run ``alembic`` with proper config. (:issue:`35`)
9+
- Change backend and worker images to use entrypoint. (:issue:`35`)
10+
11+
12+
Improvements
13+
------------
14+
15+
- Run database migrations in the entrypoint of backend image, before starting the backend server. (:issue:`35`)
16+
- Add healthchecks to example ``docker-compose.yml``. (:issue:`35`)
File renamed without changes.

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
:caption: Changelog
44

55
DRAFT
6+
0.1.2
67
0.1.1

docs/changelog/next_release/35.feature.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/35.feature.2.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/35.feature.3.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/35.improvement.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/35.improvement.2.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ exclude_lines = [
198198
]
199199

200200

201+
201202
[tool.poetry.group.docs.dependencies]
202203
autodoc-pydantic = {version = "^2.0.1", python = ">=3.8"}
203204
numpydoc = {version = "^1.6.0", python = ">=3.8"}

0 commit comments

Comments
 (0)