Skip to content

Commit 253a489

Browse files
docs: update docs/CHANGELOG.md for v0.2.3 [skip ci]
1 parent 54f0cae commit 253a489

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [v0.2.3] - 2024-10-05
9+
### :sparkles: New Features
10+
- [`2261a27`](https://github.com/deargen/python-project-template-2024/commit/2261a27b084e7f06947d6f5d8454fbccc89b4803) - micromamba cache better key *(commit by [@kiyoon](https://github.com/kiyoon))*
11+
12+
### :bug: Bug Fixes
13+
- [`bebe843`](https://github.com/deargen/python-project-template-2024/commit/bebe843bd6fc714142ff1c92d6c7ebcc67bdac7f) - **config**: undefined variable *(commit by [@kiyoon](https://github.com/kiyoon))*
14+
- [`becff68`](https://github.com/deargen/python-project-template-2024/commit/becff68b9080c65b27f85e98a0a786c3e3bddf75) - relax pylint max statements *(commit by [@kiyoon](https://github.com/kiyoon))*
15+
- [`580b4ee`](https://github.com/deargen/python-project-template-2024/commit/580b4eee572bbc1a30a9bd9be03a8a205c65e6f6) - **ci**: ubuntu-24.04 *(commit by [@kiyoon](https://github.com/kiyoon))*
16+
- [`54f0cae`](https://github.com/deargen/python-project-template-2024/commit/54f0cae043b77fd95c7eb06f1035dcfb70a2a9b1) - **ci**: deploy dry run *(commit by [@kiyoon](https://github.com/kiyoon))*
17+
18+
819
## [v0.2.2] - 2024-09-26
920
### :sparkles: New Features
1021
- [`d0f1d71`](https://github.com/deargen/python-project-template-2024/commit/d0f1d7167626b9f723cff19da251af322abd1806) - replace string script to use template instantly *(commit by [@kiyoon](https://github.com/kiyoon))*
@@ -156,3 +167,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156167
[v0.2.0]: https://github.com/deargen/python-project-template-2024/compare/v0.1.6...v0.2.0
157168
[v0.2.1]: https://github.com/deargen/python-project-template-2024/compare/v0.2.0...v0.2.1
158169
[v0.2.2]: https://github.com/deargen/python-project-template-2024/compare/v0.2.1...v0.2.2
170+
[v0.2.3]: https://github.com/deargen/python-project-template-2024/compare/v0.2.2...v0.2.3

0 commit comments

Comments
 (0)