Skip to content

Commit 363eae4

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.1...v1.5.0) (2025-09-02) ### Features * add sorting options ([4f4ae9c](4f4ae9c))
1 parent 4f4ae9c commit 363eae4

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.5.0](https://github.com/radioactiveorange/glimpse/compare/v1.4.1...v1.5.0) (2025-09-02)
2+
3+
### Features
4+
5+
* add sorting options ([4f4ae9c](https://github.com/radioactiveorange/glimpse/commit/4f4ae9c357a220d55f496e4c15c345730e37afd6))
6+
17
## [1.4.1](https://github.com/radioactiveorange/glimpse/compare/v1.4.0...v1.4.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.4.1"
3+
VERSION = "1.5.0"
44

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

0 commit comments

Comments
 (0)