Skip to content

Commit 32c5659

Browse files
docs: update docs/CHANGELOG.md for v0.4.0 [skip ci]
1 parent 1f8ca7b commit 32c5659

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.4.0] - 2024-12-26
9+
### :boom: BREAKING CHANGES
10+
- due to [`5cb3c66`](https://github.com/deargen/python-project-template-2024/commit/5cb3c6663f494b3c99dfd23b5394fa2da7f49cef) - hatchling, version-pioneer *(commit by [@kiyoon](https://github.com/kiyoon))*:
11+
12+
hatchling, version-pioneer
13+
14+
15+
### :sparkles: New Features
16+
- [`e44cf89`](https://github.com/deargen/python-project-template-2024/commit/e44cf89340221a3439d04eadaa05c71bdb3c4d4d) - do not fix ruff version *(commit by [@kiyoon](https://github.com/kiyoon))*
17+
- [`e965403`](https://github.com/deargen/python-project-template-2024/commit/e9654034a0db9082fe753af67fa4ab64017e5496) - ignore D205 1 blank line lint *(commit by [@kiyoon](https://github.com/kiyoon))*
18+
- [`2c00c0e`](https://github.com/deargen/python-project-template-2024/commit/2c00c0ed4e46a5459bc70f47739a0c50a789d3c3) - typer help text from docstring *(commit by [@kiyoon](https://github.com/kiyoon))*
19+
- [`5cb3c66`](https://github.com/deargen/python-project-template-2024/commit/5cb3c6663f494b3c99dfd23b5394fa2da7f49cef) - hatchling, version-pioneer *(commit by [@kiyoon](https://github.com/kiyoon))*
20+
- [`1f8ca7b`](https://github.com/deargen/python-project-template-2024/commit/1f8ca7b7a6e96ba2a48841905c07e08a540a5a3b) - version style with master and dev branch distance *(commit by [@kiyoon](https://github.com/kiyoon))*
21+
22+
### :bug: Bug Fixes
23+
- [`a855d64`](https://github.com/deargen/python-project-template-2024/commit/a855d640912f728b8946eddba41ed5b2a992f394) - pkg_is_editable *(commit by [@kiyoon](https://github.com/kiyoon))*
24+
25+
### :recycle: Refactors
26+
- [`f1e4220`](https://github.com/deargen/python-project-template-2024/commit/f1e422003e35c699cce58536e1fddb82897b5871) - editable install detect *(commit by [@kiyoon](https://github.com/kiyoon))*
27+
28+
### :wrench: Chores
29+
- [`76d4f58`](https://github.com/deargen/python-project-template-2024/commit/76d4f58eb9864d457aa6fc4a37f13ca92a85c475) - ignore logger.exception lint *(commit by [@kiyoon](https://github.com/kiyoon))*
30+
- [`54a01de`](https://github.com/deargen/python-project-template-2024/commit/54a01de9d37fd198c83bb010e41e1d93f0692540) - pip compile *(commit by [@kiyoon](https://github.com/kiyoon))*
31+
32+
833
## [v0.3.3] - 2024-12-17
934
### :sparkles: New Features
1035
- [`8a87e9a`](https://github.com/deargen/python-project-template-2024/commit/8a87e9a085a9f580f2396e671fd57b5d6a0828df) - **mkdocs**: use github flavoured callouts *(commit by [@kiyoon](https://github.com/kiyoon))*
@@ -308,3 +333,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308333
[v0.3.1]: https://github.com/deargen/python-project-template-2024/compare/v0.3.0...v0.3.1
309334
[v0.3.2]: https://github.com/deargen/python-project-template-2024/compare/v0.3.1...v0.3.2
310335
[v0.3.3]: https://github.com/deargen/python-project-template-2024/compare/v0.3.2...v0.3.3
336+
[v0.4.0]: https://github.com/deargen/python-project-template-2024/compare/v0.3.3...v0.4.0

0 commit comments

Comments
 (0)