Skip to content

Commit de35a61

Browse files
committed
Update changelogs and versions.
1 parent 0befcaa commit de35a61

File tree

5 files changed

+39
-9
lines changed

5 files changed

+39
-9
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
11-
### Changed
12-
- Ignore sentinel files created by `make`.
1311

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)
1717

1818
# [0.2.0] - 2024-05-14
1919
### Added
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.2.0"
1+
__version__: str = "0.2.1"

src/platform/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Changelog
22

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.

src/web/BL_Python/web/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.2.0"
1+
__version__: str = "0.2.1"

src/web/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Changelog
22

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.

0 commit comments

Comments
 (0)