We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33b53a commit 89200f3Copy full SHA for 89200f3
1 file changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [unreleased]
+## [0.1.0] - 2024-09-03
6
7
### 🚀 Features
8
@@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
11
- *(logger)* Add base class with logger property
12
- *(logger)* Add name and level property
13
- *(logger)* Add log method for all levels
14
+- Add changelog with git-cliff
15
+
16
+### 🐛 Bug Fixes
17
18
+- [**breaking**] Remove base class since it was causing runtime error
19
20
### 🚜 Refactor
21
@@ -19,6 +24,7 @@ All notable changes to this project will be documented in this file.
24
### 📚 Documentation
25
26
- Use shields.io for badges
27
+- Add instructions on how to temporary type a property added by a decorator
22
28
23
29
### 🧪 Testing
30
0 commit comments