Spaces:
Running
Running
gera-richarte
commited on
Commit
•
6040861
1
Parent(s):
1f2a2af
bump: version 0.1.0 → 0.1.1
Browse files- CHANGELOG.md +6 -0
- cz.yaml +1 -1
CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## 0.1.0 (2024-10-15)
|
2 |
|
3 |
### Feat
|
|
|
1 |
+
## 0.1.1 (2024-10-15)
|
2 |
+
|
3 |
+
### Fix
|
4 |
+
|
5 |
+
- **requirements**: added pyproj
|
6 |
+
|
7 |
## 0.1.0 (2024-10-15)
|
8 |
|
9 |
### Feat
|
cz.yaml
CHANGED
@@ -3,5 +3,5 @@ commitizen:
|
|
3 |
name: cz_conventional_commits
|
4 |
tag_format: $version
|
5 |
update_changelog_on_bump: true
|
6 |
-
version: 0.1.
|
7 |
version_scheme: semver
|
|
|
3 |
name: cz_conventional_commits
|
4 |
tag_format: $version
|
5 |
update_changelog_on_bump: true
|
6 |
+
version: 0.1.1
|
7 |
version_scheme: semver
|