Skip to content

Commit

Permalink
bump: version 0.15.0 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent ae5b589 commit a0bc01e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 2 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
## v0.16.0 (2023-12-11)

### Feature

- add store status to profile status
- convert non-jpeg images to jpeg before serving

### Fix

- make disk store path relative to root
- replace imghdr with filetype
- convert images to rgb before saving as jpg

### Refactor

- change 'source' to 'converted' for clarification

### Docs

- fix workflow badge
- update config option docs

### Tests

- check the disk status is returning the correct info
- exclude abstract methods from coverage report
- check that the cause is returned correctly
- add a test to check size is returned correctly
- add tests for the disk store specifically
- add tests to confirm that disk profile always returns jpg paths

### Chores/Misc

- add bump and sync workflows
- add commitizen config to pyproject.toml

## v0.15.0 (2023-11-16)

### Feature

- remove cors headers from responses

### Fix

- remove image magick from jpg conversion code

### Tests

- use an up to date runner to allow test action to run

### Build System(s)

- update version to v0.15.0

## v0.14.1 (2022-07-04)

## v0.14 (2022-07-04)

## v0.13 (2022-05-23)

## v0.12.1 (2022-05-16)

## v0.12.0 (2022-05-16)

## v0.11.0 (2022-01-11)

## v0.10.4 (2021-12-13)

## v0.10.3 (2021-12-08)

## v0.10.2 (2021-11-30)

## v0.10.1 (2021-11-18)

## v0.10.0 (2021-11-04)

## v0.9.1 (2021-10-13)

## v0.9.0 (2021-10-12)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool]
[tool.commitizen]
name = "cz_nhm"
version = "0.15.0"
version = "0.16.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = iiif-image-server
version = 0.15.0
version = 0.16.0
description = A IIIF enabled media server primarily used by the NHM Data Portal
long_description = file: README.md
license_files = LICENSE
Expand Down

0 comments on commit a0bc01e

Please sign in to comment.