Skip to content

Commit 40cb407

Browse files
committed
change(bump): release 1.0.0 → 1.0.1 [skip-ci]
1 parent 7443af0 commit 40cb407

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
---
1010

11+
## Unreleased
12+
13+
### 🐛 Bug fixes
14+
15+
- **pre-commit**: change lang from system to python to be able install deps *(Tomas Sebestik - 7443af0)*
16+
17+
---
18+
1119
## v1.0.0 (2024-09-10)
1220

1321
### ✨ New features

czespressif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['CzPluginEspressif']
44

5-
__version__ = '1.0.0'
5+
__version__ = '1.0.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
name = "czespressif"
130130
tag_format = "v$version"
131131
update_changelog_on_bump = true
132-
version = "1.0.0"
132+
version = "1.0.1"
133133
version_files = ["czespressif/__init__.py:__version__"]
134134
version_provider = "commitizen"

0 commit comments

Comments
 (0)