Ver código fonte

bump: version 1.0.0 → 1.0.1

metya 2 anos atrás
pai
commit
691f9a0791
2 arquivos alterados com 17 adições e 1 exclusões
  1. 16 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 16 - 0
CHANGELOG.md

@@ -1,3 +1,19 @@
+## 1.0.1 (2023-02-27)
+
+### Fix
+
+- fix actions
+
+## 1.0.0 (2023-02-26)
+
+### Feat
+
+- add database and summarizer
+
+### Refactor
+
+- **Delete-poetry-for-fuck-sake**: Delete poetry for fuck sake
+
 ## 0.2.0 (2023-02-08)
 
 ### Refactor

+ 1 - 1
pyproject.toml

@@ -1,4 +1,4 @@
 [tool.commitizen]
 # name = "cz_commitizen_emoji"
-version = "1.0.0"
+version = "1.0.1"
 tag_format = "$version"