Skip to content

Commit

Permalink
bump: version 3.6.2 → 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent 1bd86e2 commit 5f98a90
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 3 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,76 @@
# Changelog

## v3.7.0 (2022-11-28)

### Fix

- splitgill, not eevee

### Docs

- add section delimiters and include-markdown

### Style

- apply formatting

### Build System(s)

- set changelog generation to incremental
- pin ckantools minor

### CI System(s)

- add cz-nhm dependency

### Chores/Misc

- remove manifest
- use cz_nhm commitizen config
- standardise package files

## v3.6.2.1 (2022-10-13)

## v3.6.2 (2022-10-03)

## v3.6.1 (2022-09-06)

## v3.6.0 (2022-08-30)

## v3.5.2 (2022-08-22)

## v3.5.1 (2022-08-08)

## v3.5.0 (2022-05-23)

## v3.4.0 (2022-05-03)

## v3.3.0 (2022-04-25)

## v3.2.1 (2022-03-28)

## v3.2.0 (2022-03-21)

## v3.1.3 (2022-03-10)

## v3.1.2 (2022-03-08)

## v3.1.1 (2022-03-07)

## v3.1.0 (2022-02-28)

## v3.0.0 (2021-03-11)

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

## v0.0.5 (2019-08-07)

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

## v0.0.4 (2019-05-31)

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

## v0.0.2 (2019-05-02)

## v0.0.1 (2019-04-18)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckanext-versioned-datastore",
"version": "3.6.2",
"version": "3.7.0",
"description": "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch",
"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-versioned-datastore"
version = "3.6.2"
version = "3.7.0"
description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch"
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -63,7 +63,7 @@ exclude = ["tests", "docs"]

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

0 comments on commit 5f98a90

Please sign in to comment.