We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7227e commit a04fbb3Copy full SHA for a04fbb3
CHANGELOG.md
@@ -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
11
## 1.0.0 (2025-08-30)
12
13
### Features
src/version.py
@@ -1,7 +1 @@
-"""Version information for Glimpse."""
-
-VERSION = "1.0.0"
-def get_version():
- """Get the current version string."""
- return VERSION
+VERSION = '1.1.0'
0 commit comments