Skip to content

Commit

Permalink
bump: version 3.0.1 → 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 4878f1f commit 824b3db
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v3.0.2 (2024-11-04)

### Docs

- standardise returns field

### Style

- automatic reformat auto reformat with ruff/docformatter/prettier after config changes

### Build System(s)

- remove version from docker compose file version specifier is deprecated

### CI System(s)

- fix python setup action version
- add merge to valid commit types
- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
- only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
- update tool config update pre-commit repo versions and switch black to ruff
- add pull request validation workflow new workflow to check commit format and code style against pre-commit config
- update workflow files standardise format, change name of tests file

### Chores/Misc

- add pull request template
- update tool details in contributing guide

## v3.0.1 (2024-08-20)

## v3.0.0 (2024-01-22)
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
- gallery
license: GPL-3.0-or-later
version: 3.0.1
version: 3.0.2
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-gallery"
version = "3.0.1"
version = "3.0.2"
description = "A CKAN extension for a dataset gallery view."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -57,7 +57,7 @@ exclude = ["tests", "docs"]

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

0 comments on commit 824b3db

Please sign in to comment.