Skip to content

Commit 8c390ce

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2025-09-01) ### Bug Fixes * include svg icons in build and update fallbacks ([a75e70b](a75e70b))
1 parent a75e70b commit 8c390ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.2](https://github.com/radioactiveorange/glimpse/compare/v1.3.1...v1.3.2) (2025-09-01)
2+
3+
### Bug Fixes
4+
5+
* include svg icons in build and update fallbacks ([a75e70b](https://github.com/radioactiveorange/glimpse/commit/a75e70b3640f1401f06707f2a049422529fbf6be))
6+
17
## [1.3.1](https://github.com/radioactiveorange/glimpse/compare/v1.3.0...v1.3.1) (2025-09-01)
28

39
### Bug Fixes

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information for Glimpse."""
22

3-
VERSION = "1.3.1"
3+
VERSION = "1.3.2"
44

55
def get_version():
66
"""Get the current version string."""

0 commit comments

Comments
 (0)