Skip to content

Commit

Permalink
bump: version 2.0.1 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent 8341f5b commit 3994e61
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# Changelog

## v2.1.0 (2022-11-28)

### Docs

- fix markdown-include references
- add section delimiters

### Style

- apply formatting changes

### Build System(s)

- set changelog generation to incremental
- pin minor version of ckantools
- add include-markdown plugin to mkdocs

### CI System(s)

- add cz_nhm dependency in bump workflow
- **commitizen**: fix message template
- add pypi release action

### Chores/Misc

- use cz_nhm commitizen config
- improve commitizen message template
- standardise package files

## v2.0.1 (2022-09-20)

## v2.0.0 (2021-03-09)

## v1.0.0-alpha (2019-07-23)

## v0.0.3 (2019-05-01)

## v0.0.2 (2018-05-10)

## v0.0.1 (2016-01-19)
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-contact"
version = "2.0.1"
version = "2.1.0"
description = "A CKAN extension for adding popup contact forms to pages."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -52,7 +52,7 @@ exclude = ["tests", "docs"]

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

0 comments on commit 3994e61

Please sign in to comment.