File tree 5 files changed +39
-9
lines changed
5 files changed +39
-9
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
---
9
9
10
10
## [ Unreleased]
11
- ### Changed
12
- - Ignore sentinel files created by ` make ` .
13
11
14
- ### Fixed
15
- - Resolve implicit join failure in SQLAlchemy when loading user roles during user authorization.
16
- - Update type annotation for variable causing new failure in Pyright.
12
+ # ` BL_Python.web ` [ 0.2.1] - 2024-05-16
13
+ - [ BL_Python.web v0.2.1] ( https://github.com/uclahs-cds/BL_Python/blob/BL_Python.web-v0.2.1/src/web/CHANGELOG.md#021---2024-05-16 )
14
+
15
+ # ` BL_Python.platform ` [ 0.2.1] - 2024-05-16
16
+ - [ BL_Python.platform v0.2.1] ( https://github.com/uclahs-cds/BL_Python/blob/BL_Python.platform-v0.2.1/src/platform/CHANGELOG.md#021---2024-05-16 )
17
17
18
18
# [ 0.2.0] - 2024-05-14
19
19
### Added
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.2.0 "
1
+ __version__ : str = "0.2.1 "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- Review the ` BL_Python ` [ CHANGELOG.md] ( https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md ) .
3
+ All notable changes to ` BL_Python.platform ` .
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
+
7
+ This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
+
9
+ Review the ` BL_Python ` [ CHANGELOG.md] ( https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md ) for full monorepo notes.
10
+
11
+ ---
12
+
13
+ ## [ 0.2.1] - 2024-05-16
14
+ ### Changed
15
+ - Ignore sentinel files created by ` make ` .
16
+
17
+ ### Fixed
18
+ - Resolve implicit join failure in SQLAlchemy when loading user roles during user authorization.
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.2.0 "
1
+ __version__ : str = "0.2.1 "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- Review the ` BL_Python ` [ CHANGELOG.md] ( https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md ) .
3
+ All notable changes to ` BL_Python.web ` .
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
+
7
+ This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
+
9
+ Review the ` BL_Python ` [ CHANGELOG.md] ( https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md ) for full monorepo notes.
10
+
11
+ ---
12
+
13
+ ## [ 0.2.1] - 2024-05-16
14
+ ### Changed
15
+ - Ignore sentinel files created by ` make ` .
16
+
17
+ ### Fixed
18
+ - Update type annotation for variable causing new failure in Pyright.
You can’t perform that action at this time.
0 commit comments