Skip to content

Commit

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

## v2.1.11 (2024-11-04)

### Docs

- use variable logo based on colour scheme
- fix tests badge tests workflow file was renamed
- 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

## v2.1.10 (2024-08-20)

## v2.1.9 (2024-03-25)
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
- gbif
license: GPL-3.0-or-later
version: 2.1.10
version: 2.1.11
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-gbif"
version = "2.1.10"
version = "2.1.11"
description = "A CKAN extension that that connects with the GBIF API."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -57,7 +57,7 @@ exclude = ["tests", "docs"]

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

0 comments on commit e0a61c7

Please sign in to comment.