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
+43
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,48 @@ 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.0] - 2024-11-11
9
+
### :boom: BREAKING CHANGES
10
+
- due to [`ed5d8ed`](https://github.com/deargen/python-project-template-2024/commit/ed5d8edf870c75d8044e9d3000d99f079d4619b7) - drop windows (not in default) *(commit by [@kiyoon](https://github.com/kiyoon))*:
11
+
12
+
drop windows (not in default)
13
+
14
+
- due to [`b2fa2e9`](https://github.com/deargen/python-project-template-2024/commit/b2fa2e917cded278670bfedfd50a7655c2003c59) - prevent circular import *(commit by [@kiyoon](https://github.com/kiyoon))*:
15
+
16
+
prevent circular import
17
+
18
+
- due to [`6b0e335`](https://github.com/deargen/python-project-template-2024/commit/6b0e33510649dd21b363843b0f66d921279583dd) - non-development installation support *(PR [#28](https://github.com/deargen/python-project-template-2024/pull/28) by [@kiyoon](https://github.com/kiyoon))*:
19
+
20
+
non-development installation support (#28)
21
+
22
+
23
+
### :sparkles: New Features
24
+
-[`088ac67`](https://github.com/deargen/python-project-template-2024/commit/088ac671deda79021c65dad85fc3ca31a3a62f46) - update requirements_docs.in to support python 3.12 *(commit by [@kiyoon](https://github.com/kiyoon))*
25
+
-[`01ede09`](https://github.com/deargen/python-project-template-2024/commit/01ede0949b732393bf19a37e4d4385e9c199ca56) - vscode default settings *(commit by [@kiyoon](https://github.com/kiyoon))*
26
+
-[`9772d0e`](https://github.com/deargen/python-project-template-2024/commit/9772d0ef31487cd9f9fea400e0ec001ce95f7799) - **ruff**: ignore unused imports in __init__.py *(commit by [@kiyoon](https://github.com/kiyoon))*
27
+
-[`ed5d8ed`](https://github.com/deargen/python-project-template-2024/commit/ed5d8edf870c75d8044e9d3000d99f079d4619b7) - **pip-compile**: drop windows (not in default) *(commit by [@kiyoon](https://github.com/kiyoon))*
28
+
-[`3ced2e3`](https://github.com/deargen/python-project-template-2024/commit/3ced2e3ec5336b1d7b087414f6f55de2f56bf732) - biotest *(commit by [@kiyoon](https://github.com/kiyoon))*
29
+
-[`d216290`](https://github.com/deargen/python-project-template-2024/commit/d21629045d56f409057dc87c0ebc93d8883e403f) - ban lightning *(commit by [@kiyoon](https://github.com/kiyoon))*
30
+
-[`d14c903`](https://github.com/deargen/python-project-template-2024/commit/d14c90310b2d195f989cc06793aeca34d2b5c5e2) - add banned api *(commit by [@kiyoon](https://github.com/kiyoon))*
31
+
-[`051e2e6`](https://github.com/deargen/python-project-template-2024/commit/051e2e645d8022fa685518191b42df5aa829ff91) - make pylinter less strict *(commit by [@kiyoon](https://github.com/kiyoon))*
32
+
-[`4a24cc5`](https://github.com/deargen/python-project-template-2024/commit/4a24cc5bfaaae4544e600b563d352178898047a4) - ruff ban os.system *(commit by [@kiyoon](https://github.com/kiyoon))*
33
+
-[`3120164`](https://github.com/deargen/python-project-template-2024/commit/31201648b00569ba261662605ac8af344a76ec62) - **ruff**: ban easydict *(commit by [@kiyoon](https://github.com/kiyoon))*
34
+
-[`6b0e335`](https://github.com/deargen/python-project-template-2024/commit/6b0e33510649dd21b363843b0f66d921279583dd) - non-development installation support *(PR [#28](https://github.com/deargen/python-project-template-2024/pull/28) by [@kiyoon](https://github.com/kiyoon))*
35
+
36
+
### :bug: Bug Fixes
37
+
-[`53fc9f5`](https://github.com/deargen/python-project-template-2024/commit/53fc9f554b9c18a65a1faf8e9402ca389c3fcca8) - tests directory doesn't need namespace *(commit by [@kiyoon](https://github.com/kiyoon))*
38
+
-[`5b2ee15`](https://github.com/deargen/python-project-template-2024/commit/5b2ee15ca89373a279dc25759f259731af15de7e) - disable some ruff rules for CLI *(commit by [@kiyoon](https://github.com/kiyoon))*
39
+
-[`99972df`](https://github.com/deargen/python-project-template-2024/commit/99972df1f954592f0c802dde2b2fce808f96971c) - ruff and health check logic *(commit by [@kiyoon](https://github.com/kiyoon))*
40
+
-[`b2fa2e9`](https://github.com/deargen/python-project-template-2024/commit/b2fa2e917cded278670bfedfd50a7655c2003c59) - prevent circular import *(commit by [@kiyoon](https://github.com/kiyoon))*
41
+
-[`6c3e3dc`](https://github.com/deargen/python-project-template-2024/commit/6c3e3dcb482b747ad4a0e3c75ff62fa41278a9d8) - **config**: improve abstraction, doctest *(commit by [@kiyoon](https://github.com/kiyoon))*
42
+
43
+
### :recycle: Refactors
44
+
-[`fb23283`](https://github.com/deargen/python-project-template-2024/commit/fb23283dd2b379c97b8ef88a3861573e62801c0f) - remove clearml dependency and example *(commit by [@kiyoon](https://github.com/kiyoon))*
45
+
46
+
### :wrench: Chores
47
+
-[`ac88a3e`](https://github.com/deargen/python-project-template-2024/commit/ac88a3e6feb4944669bfd0cc9229b73a79e4b650) - update first party *(commit by [@kiyoon](https://github.com/kiyoon))*
48
+
49
+
8
50
## [v0.2.5] - 2024-10-14
9
51
### :boom: BREAKING CHANGES
10
52
- due to [`0ee9ddb`](https://github.com/deargen/python-project-template-2024/commit/0ee9ddb5093e671ec077a5fc00ae5f68ec744ce6) - easier gitlab page setup guide (but defaults to master branch *(commit by [@kiyoon](https://github.com/kiyoon))*:
@@ -191,3 +233,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments