Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
bump: version 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent 69ae9fe commit 3cdc4c1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# Changelog

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

### Docs

- add section delimiters and include-markdown

### Style

- apply formatting

### Build System(s)

- set changelog generation to incremental
- pin ckantools minor version

### CI System(s)

- add cz-nhm dependency

### Chores/Misc

- use cz_nhm commitizen config
- standardise package files

## v2.1.0 (2021-07-05)

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

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

## v0.0.4 (2019-04-25)

## v0.0.3 (2019-04-17)

## v0.0.2 (2018-12-12)

## v0.0.1 (2017-12-15)
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-twitter"
version = "2.1.0"
version = "2.2.0"
description = "A CKAN extension that enables users to post a tweet every time a dataset is created or updated."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -53,7 +53,7 @@ exclude = ["tests", "docs"]

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

0 comments on commit 3cdc4c1

Please sign in to comment.