Skip to content

Commit 992fb82

Browse files
authored
Merge pull request #245 from NickolausDS/v0.4.13-release
chore: Update Changelog, version for release
2 parents 2d9bb98 + 7620e95 commit 992fb82

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
### [0.4.13](https://github.com/globus/django-globus-portal-framework/compare/v0.4.12...v0.4.13-0) (2025-02-24)
6+
7+
### Features
8+
9+
* Allow selecting fields by dotted path ([8d6c375](https://github.com/globus/django-globus-portal-framework/commit/8d6c3753942cfac7df4d98755ea91b33d78011d0))
10+
11+
12+
### Bug Fixes
13+
14+
* Include missing copy-to-clipboard js ([aaecde2](https://github.com/globus/django-globus-portal-framework/commit/aaecde24af1c0dc24c574da3d39de81c0dd64653))
15+
* V3 detail-overview template had incorrect path ([9795ebb2](https://github.com/globus/django-globus-portal-framework/commit/9795ebb2c1d923543c24143a41ae20f5159c2438))
16+
* Groups hidden by default if not configured ([4bade552](https://github.com/globus/django-globus-portal-framework/commit/4bade552ce26f8164c7e6b9badb5fc398e76e6af))
17+
18+
### Other
19+
20+
* Python 3.7 Dropped from support (Well past EOL)
21+
* Include Python 3.12, 3.13
22+
523
### [0.4.12](https://github.com/globus/django-globus-portal-framework/compare/v0.4.11...v0.4.12) (2024-10-28)
624

725

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.12'
1+
__version__ = '0.4.13'

0 commit comments

Comments
 (0)