Skip to content

Commit

Permalink
bump: version 1.2.11 → 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 74a76f2 commit 0a7fca4
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## v1.2.12 (2024-11-04)

### Fix

- make additional cli packages optional

### Docs

- fill some empty parameters
- return -> returns
- add notes about optional CLI packages

### Style

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

### Build System(s)

- pin package versions and make cli dependencies optional
- remove version from docker compose file version specifier is deprecated

### CI System(s)

- add tomli as docformatter dep
- pull docformatter args from pyproject
- add docformatter args back
- 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
- remove python version specifier
- 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

- standardise quotes in pre-commit config
- add pull request template
- update tool details in contributing guide

## v1.2.11 (2024-08-20)

## v1.2.10 (2024-01-15)
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
- attribution
license: GPL-3.0-or-later
version: 1.2.11
version: 1.2.12
2 changes: 1 addition & 1 deletion ckanext/attribution/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckanext-attribution",
"version": "1.2.11",
"version": "1.2.12",
"description": "A CKAN extension that adds support for complex attribution.",
"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-attribution"
version = "1.2.11"
version = "1.2.12"
description = "A CKAN extension that adds support for complex attribution."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -65,7 +65,7 @@ exclude = ["tests", "docs"]

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

0 comments on commit 0a7fca4

Please sign in to comment.