Skip to content

Commit 1fa603e

Browse files
docs: update docs/CHANGELOG.md for v0.1.4 [skip ci]
1 parent 15c58d5 commit 1fa603e

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

docs/CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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.1.4] - 2024-03-08
9+
### :sparkles: New Features
10+
- [`fa319d1`](https://github.com/deargen/python-project-template-2024/commit/fa319d1efca76f72b08a0a0013da810f426942a8) - dependabot *(commit by [@kiyoon](https://github.com/kiyoon))*
11+
- [`d13437a`](https://github.com/deargen/python-project-template-2024/commit/d13437a7ae32f6924d77482093e914a752718a77) - doctest, test cache *(commit by [@kiyoon](https://github.com/kiyoon))*
12+
- [`5c64a64`](https://github.com/deargen/python-project-template-2024/commit/5c64a644036682c193da3379640893def147929d) - diagram with mermaid *(commit by [@kiyoon](https://github.com/kiyoon))*
13+
- [`87a5e82`](https://github.com/deargen/python-project-template-2024/commit/87a5e820b9d1afa15ea5c8fd2a3ad0e8d01c0dcc) - config system with env vars *(commit by [@kiyoon](https://github.com/kiyoon))*
14+
- [`828d38b`](https://github.com/deargen/python-project-template-2024/commit/828d38bafa33243221c77105e9a3eca843f74bbd) - use uv pip compile *(commit by [@kiyoon](https://github.com/kiyoon))*
15+
- [`aa79009`](https://github.com/deargen/python-project-template-2024/commit/aa79009b4b0445ecf02d1f2446c973f39fe56885) - slack and health *(commit by [@kiyoon](https://github.com/kiyoon))*
16+
- [`11430d5`](https://github.com/deargen/python-project-template-2024/commit/11430d5f70f2e6afadd700c7f56226a737d4bfaa) - send exception to slack (txt, html, pdf) *(commit by [@kiyoon](https://github.com/kiyoon))*
17+
- [`40fcb05`](https://github.com/deargen/python-project-template-2024/commit/40fcb05a1cc4de783c1ec05a8326075b34a209e4) - dynamic dependencies (no more declaring inside pyproject.toml) *(commit by [@kiyoon](https://github.com/kiyoon))*
18+
19+
### :bug: Bug Fixes
20+
- [`c65c2aa`](https://github.com/deargen/python-project-template-2024/commit/c65c2aab2685e0f90e904219ebee01570b439c14) - requirements *(commit by [@kiyoon](https://github.com/kiyoon))*
21+
- [`964e190`](https://github.com/deargen/python-project-template-2024/commit/964e1908a2066188c61750ef4e85423bdab8da40) - docs *(commit by [@kiyoon](https://github.com/kiyoon))*
22+
- [`4b16c37`](https://github.com/deargen/python-project-template-2024/commit/4b16c37ff1811a2319a2757e78fc6b14edfeb42a) - docs *(commit by [@kiyoon](https://github.com/kiyoon))*
23+
- [`270c1b3`](https://github.com/deargen/python-project-template-2024/commit/270c1b3adc305ef4ca1bb27495dd85cba30cd656) - doctest *(commit by [@kiyoon](https://github.com/kiyoon))*
24+
- [`1f4adfe`](https://github.com/deargen/python-project-template-2024/commit/1f4adfee1d9603546357f4840a0efd31a60a6d75) - ppmi -> mlproject *(commit by [@kiyoon](https://github.com/kiyoon))*
25+
- [`8750e67`](https://github.com/deargen/python-project-template-2024/commit/8750e67d73301a594c81fcba8cb5fdf93a4d0178) - docs *(commit by [@kiyoon](https://github.com/kiyoon))*
26+
- [`25c6266`](https://github.com/deargen/python-project-template-2024/commit/25c62667c71db2951d953b1bd70bf6d4a9b78e47) - ci *(commit by [@kiyoon](https://github.com/kiyoon))*
27+
- [`32a7947`](https://github.com/deargen/python-project-template-2024/commit/32a7947095380c0a0cdb58b473f812ee1614e438) - failing doctest *(commit by [@kiyoon](https://github.com/kiyoon))*
28+
- [`eeb48a0`](https://github.com/deargen/python-project-template-2024/commit/eeb48a0cd9257051efaaa3e7c565b787e189fd0e) - requirements_dev *(commit by [@kiyoon](https://github.com/kiyoon))*
29+
- [`15c58d5`](https://github.com/deargen/python-project-template-2024/commit/15c58d522dba0b233ab5270e94ccb0d854d54ef1) - compile_requirements *(commit by [@kiyoon](https://github.com/kiyoon))*
30+
31+
### :zap: Performance Improvements
32+
- [`35a8ec9`](https://github.com/deargen/python-project-template-2024/commit/35a8ec98eb46ed7c5f163182aa7ff90eeb2339f8) - cache doc pip dependencies *(commit by [@kiyoon](https://github.com/kiyoon))*
33+
- [`dff52a1`](https://github.com/deargen/python-project-template-2024/commit/dff52a19e5cf374632dc4b1fcdf00b28177f6348) - improve docs action *(commit by [@kiyoon](https://github.com/kiyoon))*
34+
35+
### :recycle: Refactors
36+
- [`c269ff8`](https://github.com/deargen/python-project-template-2024/commit/c269ff865813ecdba743de02ed03e0853ff097e8) - remove hard-coded versions from CI *(commit by [@kiyoon](https://github.com/kiyoon))*
37+
- [`9f2a693`](https://github.com/deargen/python-project-template-2024/commit/9f2a6936ac1b58fcc18301f6e25992c03e7a7b23) - ruff version from requirements *(commit by [@kiyoon](https://github.com/kiyoon))*
38+
- [`7d983e7`](https://github.com/deargen/python-project-template-2024/commit/7d983e7d468a390200932835686f9ca3356fe138) - rich print exporting, not only traceback *(commit by [@kiyoon](https://github.com/kiyoon))*
39+
40+
841
## [v0.1.3] - 2024-01-28
942
### :sparkles: New Features
1043
- [`26e3420`](https://github.com/deargen/python-project-template-2024/commit/26e3420d7a7fa0855106056f52f3742e0f8c8981) - **mkdocs**: add __init__.py generator script *(commit by [@kiyoon](https://github.com/kiyoon))*
@@ -50,4 +83,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5083

5184
[v0.1.3]: https://github.com/deargen/python-project-template-2024/compare/v0.1.2...v0.1.3
5285

53-
[v0.1.3]: https://github.com/deargen/python-project-template-2024/compare/v0.1.2...v0.1.3
86+
[v0.1.3]: https://github.com/deargen/python-project-template-2024/compare/v0.1.2...v0.1.3
87+
[v0.1.4]: https://github.com/deargen/python-project-template-2024/compare/v0.1.3...v0.1.4

0 commit comments

Comments
 (0)