Skip to content

Commit cc4a900

Browse files
authored
Merge pull request #134 from uclahs-cds/aholmes-update-changelogs
Update changelogs and versions.
2 parents 56d3f4c + 7f593bc commit cc4a900

File tree

6 files changed

+26
-3
lines changed

6 files changed

+26
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
---
99
## Unreleased
1010

11+
# `Ligare.all` [0.4.1] - 2024-10-11
12+
### Fixed
13+
* Several `ligare-scaffold` bugs. #132
14+
* Cleaned up output of `ligare-alembic`
15+
16+
## `Ligare.web` [0.3.2] - 2024-10-11
17+
- [Ligare.web v0.3.2](https://github.com/uclahs-cds/Ligare/blob/Ligare.web-v0.3.2/src/web/CHANGELOG.md#032---2024-10-11)
18+
19+
## `Ligare.database` [0.3.1] - 2024-10-11
20+
- [Ligare.database v0.3.1](https://github.com/uclahs-cds/Ligare/blob/Ligare.database-v0.3.1/src/database/CHANGELOG.md#031---2024-10-11)
21+
22+
1123
# `Ligare.all` [0.4.1] - 2024-10-08
1224
### Fixed
1325
* Added `Ligare.AWS` to `Ligare.web` dependencies to fix application start failure

src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.4.1"
1+
__version__: str = "0.4.2"

src/database/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
1212
---
1313
## Unreleased
1414

15+
## [0.3.1] - 2024-10-11
16+
### Changed
17+
* Cleaned up output of `ligare-alembic`
18+
19+
### Fixed
20+
* Added missing dependency in pyproject.toml
21+
1522
## [0.3.0] - 2024-10-04
1623
### Changed
1724
* Updated Injector modules to be `ConfigurableModule`s instead of Modules
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.3.0"
1+
__version__: str = "0.3.1"

src/web/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
1111
---
1212
## Unreleased
1313

14+
## [0.3.2] - 2024-10-11
15+
### Fixed
16+
* Several `ligare-scaffold` bugs. #132
17+
1418
## [0.3.1] - 2024-10-08
1519
### Fixed
1620
* Added `Ligare.AWS` to `Ligare.web` dependencies to fix application start failure

src/web/Ligare/web/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.3.1"
1+
__version__: str = "0.3.2"

0 commit comments

Comments
 (0)