Skip to content

Commit

Permalink
Merge pull request #19 from OpenDataServices/2024-12-17
Browse files Browse the repository at this point in the history
release: 0.4.0
  • Loading branch information
radix0000 authored Dec 17, 2024
2 parents c03eae0 + 3536b67 commit 1fb9069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## Changed
## [0.4.0] - 2024-12-17

### Changed

- In `TaskWithState.process_get_state()` any changes to `process_data` are now ignored. https://github.com/OpenDataServices/lib-cove-web-2/issues/14
- Provide a specific error when JSON parsing fails, rather than generic "There was an error."
Expand All @@ -16,19 +18,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

When upgrading to this version, `ALLOWED_UNKNOWN_CONTENT_TYPES` must be set in the Django settings file, ideally from the settings file included with this library.

## Added
### Added

- base.html: Wrap default terms and conditions in template block so it can be overridden
- utils.py: get_file_type_for_flatten_tool: consider content type too
- settings.ALLOWED_UNKNOWN_CONTENT_TYPES.

## Fixed
### Fixed

- utils.py: get_file_type_for_flatten_tool: include an error message in raise at end https://github.com/OpenDataServices/lib-cove-web-2/issues/3

## [0.2.0] - 2023-07-11

## Added
### Added

- Model SuppliedDataFile has new method storage_name for use with Django storage (like storage_dir on SuppliedData)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="libcoveweb2",
version="0.3.0",
version="0.4.0",
author="Open Data Services",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 1fb9069

Please sign in to comment.