You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
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
+
8
26
## [v0.3.1] - 2024-11-12
9
27
### :boom: BREAKING CHANGES
10
28
- 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
0 commit comments