Skip to content

Commit 3956b01

Browse files
committed
change(bump): release 1.0.1 → 1.1.0 [skip-ci]
1 parent 9be5b00 commit 3956b01

File tree

3 files changed

+15
-27
lines changed

3 files changed

+15
-27
lines changed

CHANGELOG.md

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
1-
<a href="https://www.espressif.com">
2-
<img src="czespressif/templates/espressif-logo.svg" align="right" height="20" />
3-
</a>
4-
51
# CHANGELOG
62

73
> All notable changes to this project are documented in this file.
84
> This list is not exhaustive - only important changes, fixes, and new features in the code are reflected here.
95
10-
<div align="center">
11-
<img alt="Static Badge" src="https://img.shields.io/badge/Keep%20a%20Changelog-v1.1.0-salmon?logo=keepachangelog&logoColor=black&labelColor=white&link=https%3A%2F%2Fkeepachangelog.com%2Fen%2F1.1.0%2F">
12-
<img alt="Static Badge" src="https://img.shields.io/badge/Conventional%20Commits-v1.0.0-pink?logo=conventionalcommits&logoColor=black&labelColor=white&link=https%3A%2F%2Fwww.conventionalcommits.org%2Fen%2Fv1.0.0%2F">
13-
<img alt="Static Badge" src="https://img.shields.io/badge/Semantic%20Versioning-v2.0.0-grey?logo=semanticrelease&logoColor=black&labelColor=white&link=https%3A%2F%2Fsemver.org%2Fspec%2Fv2.0.0.html">
14-
</div>
15-
<hr>
6+
<sub>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
7+
</sub>
8+
9+
---
1610

1711
## Unreleased
1812

1913
### ✨ New features
2014

21-
- **changelog**: custom template for release notes (GH action) *(Tomas Sebestik - fa886f1)*
15+
- **changelog**: custom template for release notes (GH action) *(Tomas Sebestik - 19e8cec)*
2216

2317
### 🐛 Bug fixes
2418

25-
- **github-actions**: update create-release.yml, missing "v" in version *(Tomas Sebestik - 3d2f492)*
19+
- **github-actions**: update create-release.yml, missing "v" in version
20+
- (dependabot): update dependabot config file, team reviewers
21+
- (justfile): add recipe for local cleanup temp, manual tests *(Tomas Sebestik - f601dbf)*
2622

2723
### 📖 Documentation
2824

29-
- **readme**: add section about solving conflicts commitizen *(Tomas Sebestik - 73a86a7)*
30-
- **readme**: docs to automatic process of "Release notes" *(Tomas Sebestik - df93e19)*
25+
- **readme**: docs to automatic process of "Release notes" *(Tomas Sebestik - 6a18980)*
3126

3227
---
3328

@@ -55,14 +50,7 @@
5550

5651
---
5752

58-
<div align="center">
59-
<small>
60-
<b>
61-
<a href="https://www.github.com/espressif/cz-plugin-espressif">Commitizen Espressif plugin</a>
62-
·
63-
<a href="https://www.github.com/espressif/standards">Espressif Standards</a>
64-
</b>
65-
<br>
66-
<sup><a href="https://www.espressif.com">Espressif Systems CO LTD. (2024)</a><sup>
67-
</small>
68-
</div>
53+
**[Espressif Systems CO LTD. (2024)](https://www.espressif.com/)**
54+
55+
- [Commitizen tools plugin with Espressif code style](https://www.github.com/espressif/cz-plugin-espressif)
56+
- [Espressif Coding Standards and Best Practices](https://www.github.com/espressif/standards)

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.0.1'
5+
__version__ = '1.1.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
name = "czespressif"
130130
tag_format = "v$version"
131131
update_changelog_on_bump = true
132-
version = "1.0.1"
132+
version = "1.1.0"
133133
version_files = ["czespressif/__init__.py:__version__"]
134134
version_provider = "commitizen"

0 commit comments

Comments
 (0)