Skip to content

Commit

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

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

### Breaking Changes

- The IIIIF interface has been changed.

### Feature

- add a new action "build_iiif_identifier" to allow callers to create identifiers for known builders
- switch the builders list to an OrderedDict so that a name can be stored against each builder function
- move IIIF resource generation to actions and refactor most of the code

### Fix

- change case on plugin name
- exclude helpers from tests
- stop producing manifests if no images are available on a record
- unpin ckantools version

### Refactor

- refactor the builder functions to an abc to accommodate future planned changes

### Docs

- fix markdown-include references
- add section delimiters
- **README.md**: update the docs to include the new class based style
- **README.md**: update the documentation for extending the IIIF resource builders
- **README.md**: add documentation about what is included in the extension and how to extend it
- **README.md**: update the readme overview section
- add logo

### Style

- **README.md**: reformat the README
- apply formatting changes

### Tests

- add more tests for the updated _build_record_manifest_id function

### Build System(s)

- set changelog generation to incremental
- pin ckantools minor version

### CI System(s)

- add cz_nhm as a dependency
- **commitizen**: fix message template
- add pypi release action

### Chores/Misc

- use cz_nhm commitizen config
- improve commitizen message template
- move cz config into separate file
- standardise package files

## v2.1.0 (2022-05-30)

## v2.0.0 (2021-03-09)
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-iiif"
version = "2.1.0"
version = "3.0.0"
description = "IIIF for CKAN"
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.1.0"
version = "3.0.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down

0 comments on commit 39bb117

Please sign in to comment.