Skip to content

Commit 090f752

Browse files
docs: update docs/CHANGELOG.md for v0.3.1 [skip ci]
1 parent cf178a5 commit 090f752

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.3.1] - 2024-11-12
9+
### :boom: BREAKING CHANGES
10+
- 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))*:
11+
12+
ml_project.utils.log.setup_logging -> ml_project.setup_logging
13+
14+
15+
### :recycle: Refactors
16+
- [`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))*
17+
18+
819
## [v0.3.0] - 2024-11-11
920

1021
### 🔆 Highlights
@@ -255,3 +266,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
255266
[v0.2.4]: https://github.com/deargen/python-project-template-2024/compare/v0.2.3...v0.2.4
256267
[v0.2.5]: https://github.com/deargen/python-project-template-2024/compare/v0.2.4...v0.2.5
257268
[v0.3.0]: https://github.com/deargen/python-project-template-2024/compare/v0.2.5...v0.3.0
269+
[v0.3.1]: https://github.com/deargen/python-project-template-2024/compare/v0.3.0...v0.3.1

0 commit comments

Comments
 (0)