Skip to content

Commit

Permalink
bump: version 6.8.1 → 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 8, 2024
1 parent 3b3f688 commit e1c8838
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v6.9.0 (2024-07-08)

### Feature

- add link to help pages into footer
- add contact email for bii
- send enquiries to maintainer over collaborators or creator
- allow setting maintainer/contact email
- add link to status page in user icons, with indicator
- add integration with ckanext-status

### Fix

- change department label to "department or team"
- move temporal extent help message below the input
- get the reports list from status_list action
- catch error if status_list action doesn't exist
- change name of macro
- add status indicator when logged out as well
- change wording of specimen images help text
- use (un)available instead of (dis)connected

### Refactor

- remove api docs link, shorten some titles in footer

## v6.8.1 (2024-06-20)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ keywords:
- ckanext
- nhm
license: GPL-3.0-or-later
version: 6.8.1
version: 6.9.0
2 changes: 1 addition & 1 deletion ckanext/nhm/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckanext-nhm",
"version": "6.8.1",
"version": "6.9.0",
"description": "A CKAN extension for the Natural History Museum's Data Portal.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ckanext-nhm"
version = "6.8.1"
version = "6.9.0"
description = "A CKAN extension for the Natural History Museum's Data Portal."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -75,7 +75,7 @@ exclude = ["tests", "docs"]

[tool.commitizen]
name = "cz_nhm"
version = "6.8.1"
version = "6.9.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down

0 comments on commit e1c8838

Please sign in to comment.