File tree 6 files changed +26
-3
lines changed
6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
---
9
9
## Unreleased
10
10
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
+
11
23
# ` Ligare.all ` [ 0.4.1] - 2024-10-08
12
24
### Fixed
13
25
* Added ` Ligare.AWS ` to ` Ligare.web ` dependencies to fix application start failure
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.4.1 "
1
+ __version__ : str = "0.4.2 "
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
12
12
---
13
13
## Unreleased
14
14
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
+
15
22
## [ 0.3.0] - 2024-10-04
16
23
### Changed
17
24
* Updated Injector modules to be ` ConfigurableModule ` s instead of Modules
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.3.0 "
1
+ __version__ : str = "0.3.1 "
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
11
11
---
12
12
## Unreleased
13
13
14
+ ## [ 0.3.2] - 2024-10-11
15
+ ### Fixed
16
+ * Several ` ligare-scaffold ` bugs. #132
17
+
14
18
## [ 0.3.1] - 2024-10-08
15
19
### Fixed
16
20
* Added ` Ligare.AWS ` to ` Ligare.web ` dependencies to fix application start failure
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.3.1 "
1
+ __version__ : str = "0.3.2 "
You can’t perform that action at this time.
0 commit comments