Skip to content

Commit 467b417

Browse files
docs: update docs/CHANGELOG.md for v0.3.2 [skip ci]
1 parent f18dda3 commit 467b417

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.3.2] - 2024-11-27
9+
### :sparkles: New Features
10+
- [`44e1aa5`](https://github.com/deargen/python-project-template-2024/commit/44e1aa52f1e4b78aab2680d51b180d1a6f99eff2) - essential lint as test *(commit by [@kiyoon](https://github.com/kiyoon))*
11+
12+
### :bug: Bug Fixes
13+
- [`5ccd478`](https://github.com/deargen/python-project-template-2024/commit/5ccd4789c728deff012ef13fa66f104cb3d201bd) - pyproject toml *(commit by [@kiyoon](https://github.com/kiyoon))*
14+
15+
### :recycle: Refactors
16+
- [`792dba3`](https://github.com/deargen/python-project-template-2024/commit/792dba398738090c0678359cbb588da8813616a9) - rename some variables (app_name -> APP_NAME etc.) *(commit by [@kiyoon](https://github.com/kiyoon))*
17+
18+
### :white_check_mark: Tests
19+
- [`7e3eed0`](https://github.com/deargen/python-project-template-2024/commit/7e3eed00c3fcd36555edfc406874d9559acdb619) - log_cli *(commit by [@kiyoon](https://github.com/kiyoon))*
20+
21+
### :wrench: Chores
22+
- [`6d46488`](https://github.com/deargen/python-project-template-2024/commit/6d46488d099a51050a7ea84b5bac49581b83ff15) - type *(commit by [@kiyoon](https://github.com/kiyoon))*
23+
- [`f18dda3`](https://github.com/deargen/python-project-template-2024/commit/f18dda3acfa3d277d293f983d9f59eb372b929a6) - english docs *(commit by [@kiyoon](https://github.com/kiyoon))*
24+
25+
826
## [v0.3.1] - 2024-11-12
927
### :boom: BREAKING CHANGES
1028
- due to [`cf178a5`](https://github.com/deargen/python-project-template-2024/commit/cf178a531806fe99a76e1e0ae5fdd9d1715e841c) - ml_project.utils.log.setup_logging -> ml_project.setup_logging *(commit by [@kiyoon](https://github.com/kiyoon))*:
@@ -267,3 +285,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267285
[v0.2.5]: https://github.com/deargen/python-project-template-2024/compare/v0.2.4...v0.2.5
268286
[v0.3.0]: https://github.com/deargen/python-project-template-2024/compare/v0.2.5...v0.3.0
269287
[v0.3.1]: https://github.com/deargen/python-project-template-2024/compare/v0.3.0...v0.3.1
288+
[v0.3.2]: https://github.com/deargen/python-project-template-2024/compare/v0.3.1...v0.3.2

0 commit comments

Comments
 (0)