Skip to content

Commit

Permalink
change(bump): release 1.0.0 → 1.0.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 10, 2024
1 parent 7443af0 commit 40cb407
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

---

## Unreleased

### 🐛 Bug fixes

- **pre-commit**: change lang from system to python to be able install deps *(Tomas Sebestik - 7443af0)*

---

## v1.0.0 (2024-09-10)

### ✨ New features
Expand Down
2 changes: 1 addition & 1 deletion czespressif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['CzPluginEspressif']

__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
name = "czespressif"
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.0.0"
version = "1.0.1"
version_files = ["czespressif/__init__.py:__version__"]
version_provider = "commitizen"

0 comments on commit 40cb407

Please sign in to comment.