Skip to content

Commit

Permalink
change(bump): release 1.1.0 → 1.2.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Oct 2, 2024
1 parent dfca4d6 commit 6bdc193
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@
</div>
<hr>

## Unreleased
## v1.2.0 (2024-10-02)

### ✨ New features

- **test-suite**: add tests changelog/plugin, compare with snapshots (syrupy module) *(Tomas Sebestik - c4d78e3)*

### 🐛 Bug fixes

- **changelog**: fix double title, header and footer on 'cz bump' *(Tomas Sebestik - 0b8c6ae)*
- **changelog**: fix double title, header and footer on 'cz bump' *(Tomas Sebestik - b5a1227)*

### 📖 Documentation

- **contributing**: update docs for setup dev environment and testing *(Tomas Sebestik - 4c88334)*
- **docker-example**: add run_command.txt for running demo container *(Tomas Sebestik - 4c88334)*
- **contributing**: update docs for setup dev environment and testing *(Tomas Sebestik - dfca4d6)*

### 🔧 Code refactoring

- **python-3.9**: refactor syntax and typing for python 3.9 *(Tomas Sebestik - bb57d37)*

---
- **python-3.9**: refactor syntax and typing for python 3.9 *(Tomas Sebestik - e5a83c6)*

## v1.1.0 (2024-09-24)

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.1.0'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
name = "czespressif"
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.1.0"
version = "1.2.0"
version_files = ["czespressif/__init__.py:__version__"]
version_provider = "commitizen"

0 comments on commit 6bdc193

Please sign in to comment.