Skip to content

Commit 66ae75f

Browse files
chore(main): release 1.0.0 (#2)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.1.0...v1.0.0) (2024-10-19) ### ⚠ BREAKING CHANGES * stabilize instructions ### Bug Fixes * remove version type hint ([d0f2377](d0f2377)) ### Documentation * stabilize instructions ([d43a422](d43a422)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0f2377 commit 66ae75f

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/NEIAAC/python-gui-template/compare/v0.1.0...v1.0.0) (2024-10-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* stabilize instructions
9+
10+
### Bug Fixes
11+
12+
* remove version type hint ([d0f2377](https://github.com/NEIAAC/python-gui-template/commit/d0f2377161b18d0fe7956d7a10d00a759bd4f1b3))
13+
14+
15+
### Documentation
16+
17+
* stabilize instructions ([d43a422](https://github.com/NEIAAC/python-gui-template/commit/d43a422804d15175004ccacbd2f1c6dffa5db13a))
18+
319
## 0.1.0 (2024-10-19)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "template"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
dependencies = [
66
"pyside6==6.7.3",
77
"pyside6-fluent-widgets==1.6.6",

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)