Skip to content

Commit 6bdc193

Browse files
committed
change(bump): release 1.1.0 → 1.2.0 [skip-ci]
1 parent dfca4d6 commit 6bdc193

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,23 @@
1414
</div>
1515
<hr>
1616

17-
## Unreleased
17+
## v1.2.0 (2024-10-02)
18+
19+
### ✨ New features
20+
21+
- **test-suite**: add tests changelog/plugin, compare with snapshots (syrupy module) *(Tomas Sebestik - c4d78e3)*
1822

1923
### 🐛 Bug fixes
2024

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

2327
### 📖 Documentation
2428

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

2831
### 🔧 Code refactoring
2932

30-
- **python-3.9**: refactor syntax and typing for python 3.9 *(Tomas Sebestik - bb57d37)*
31-
32-
---
33+
- **python-3.9**: refactor syntax and typing for python 3.9 *(Tomas Sebestik - e5a83c6)*
3334

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

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.1.0'
5+
__version__ = '1.2.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
name = "czespressif"
104104
tag_format = "v$version"
105105
update_changelog_on_bump = true
106-
version = "1.1.0"
106+
version = "1.2.0"
107107
version_files = ["czespressif/__init__.py:__version__"]
108108
version_provider = "commitizen"

0 commit comments

Comments
 (0)