Skip to content

Commit a04fbb3

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2025-08-30) ### Features * include binaries in the build ([44ec8bb](44ec8bb)) ### Bug Fixes * windows icon ([7f7227e](7f7227e))
1 parent 7f7227e commit a04fbb3

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.1.0](https://github.com/radioactiveorange/glimpse/compare/v1.0.0...v1.1.0) (2025-08-30)
2+
3+
### Features
4+
5+
* include binaries in the build ([44ec8bb](https://github.com/radioactiveorange/glimpse/commit/44ec8bb268ee35689d7749230784fb008405d760))
6+
7+
### Bug Fixes
8+
9+
* windows icon ([7f7227e](https://github.com/radioactiveorange/glimpse/commit/7f7227e3b4ec4df2043d348b8489c17fda68765a))
10+
111
## 1.0.0 (2025-08-30)
212

313
### Features

src/version.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
"""Version information for Glimpse."""
2-
3-
VERSION = "1.0.0"
4-
5-
def get_version():
6-
"""Get the current version string."""
7-
return VERSION
1+
VERSION = '1.1.0'

0 commit comments

Comments
 (0)