Skip to content

Commit a533f1c

Browse files
chore(main): release 2.0.0 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 126a2e1 commit a533f1c

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.10"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/NEIAAC/python-template/compare/v1.2.10...v2.0.0) (2025-05-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* stabilize instructions
9+
* initial commit
10+
11+
### Features
12+
13+
* Bump pyside6 version ([7f3a534](https://github.com/NEIAAC/python-template/commit/7f3a534000fcc6e6f77a841572d0a850ee330ab5))
14+
* Update best practices ([3774c93](https://github.com/NEIAAC/python-template/commit/3774c93bbb0752dc58514d89396201a60bac6d1f))
15+
16+
17+
### Bug Fixes
18+
19+
* Improve best practices ([186385e](https://github.com/NEIAAC/python-template/commit/186385efd8ff3ef80819288665df5521f20d6358))
20+
* Remove broken function calls ([126a2e1](https://github.com/NEIAAC/python-template/commit/126a2e14315e32fdd22fb4f87354f25eab65cdb6))
21+
* Remove version type hint ([d0f2377](https://github.com/NEIAAC/python-template/commit/d0f2377161b18d0fe7956d7a10d00a759bd4f1b3))
22+
* Update callable type in system tray notifications ([4e6f093](https://github.com/NEIAAC/python-template/commit/4e6f0931a20cee8160dab190aa5289bb8383fd1d))
23+
24+
25+
### Documentation
26+
27+
* Improve introduction ([c4048dd](https://github.com/NEIAAC/python-template/commit/c4048ddfa95238be1f8b33dc9de051eaabd60b0e))
28+
* Stabilize instructions ([d43a422](https://github.com/NEIAAC/python-template/commit/d43a422804d15175004ccacbd2f1c6dffa5db13a))
29+
30+
31+
### Miscellaneous Chores
32+
33+
* Initial commit ([caa5f1f](https://github.com/NEIAAC/python-template/commit/caa5f1fc2086b3aaeabfa34a4ee9986999798f1b))
34+
335
## [1.1.0](https://github.com/NEIAAC/python-template/compare/v1.0.3...v1.1.0) (2024-11-10)
436

537

src/version.py

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

0 commit comments

Comments
 (0)