Skip to content

Commit 9330791

Browse files
authored
Merge pull request #260 from NickolausDS/release-v0.4.15
chore, update version, changelog
2 parents 7c0445d + bb5ee68 commit 9330791

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
6+
### [0.4.15](https://github.com/globus/django-globus-portal-framework/compare/v0.4.14...v0.4.15) (2025-08-21)
7+
8+
9+
### Features
10+
11+
* Upgrade default search version to [query#1.0.0](https://github.com/globus/django-globus-portal-framework/issues/259) ([ef83619](https://github.com/globus/django-globus-portal-framework/commit/ef83619535a35fa0324c78449820131413aa6185))
12+
13+
14+
### Bug Fixes
15+
16+
* Compatibility for Globus SDK v4 ([1b82aab](https://github.com/globus/django-globus-portal-framework/commit/1b82aabb73fa0f1436e61df4de3d2c04dcc7ad1b))
17+
* get_template will no longer catch broad exceptions ([4e14bb4](https://github.com/globus/django-globus-portal-framework/commit/4e14bb474939985bf52ba900e520b783ad88ee64))
18+
519
### [0.4.14](https://github.com/globus/django-globus-portal-framework/compare/v0.4.13...v0.4.14) (2025-05-28)
620

721

@@ -365,4 +379,4 @@ All notable changes to this project will be documented in this file. See [standa
365379

366380
### [0.1.0] - 2018-03-02
367381

368-
- Initial Release!
382+
- Initial Release!

globus_portal_framework/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.14'
1+
__version__ = '0.4.15'

0 commit comments

Comments
 (0)