File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1414</div >
1515<hr >
1616
17+ ## v1.3.0 (2024-10-07)
18+
19+ ### ✨ New features
20+
21+ - ** pre-commit** : run in pre-push stage * (Fu Hanxi - 11c2d0a)*
22+
23+ ### 🐛 Bug fixes
24+
25+ - pre-commit entry to support custom args * (Fu Hanxi - 36c6c4a)*
26+
1727## v1.2.0 (2024-10-02)
1828
1929### ✨ New features
3242
3343- ** python-3.9** : refactor syntax and typing for python 3.9 * (Tomas Sebestik - e5a83c6)*
3444
45+ ---
46+
3547## v1.1.0 (2024-09-24)
3648
3749### ✨ New features
Original file line number Diff line number Diff line change 22
33__all__ = ['CzPluginEspressif' ]
44
5- __version__ = '1.2 .0'
5+ __version__ = '1.3 .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.2 .0"
106+ version = " 1.3 .0"
107107 version_files = [" czespressif/__init__.py:__version__" ]
108108 version_provider = " commitizen"
You can’t perform that action at this time.
0 commit comments