File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33__all__ = ['CzPluginEspressif' ]
44
5- __version__ = '1.1 .0'
5+ __version__ = '1.2 .0'
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments