Skip to content

Commit

Permalink
Bump version to 0.5.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Nov 29, 2024
1 parent 451bb29 commit b5a1f33
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ requests.

## [Unreleased]

## [0.5.0] - 2024-11-29

### Fixed

- Note for identifier.json creation task ([#74])
- Born Digital AIPs identification ([#79] and [#90])
- Use relative paths in metadata validation errors ([#87])

### Added

- PREMIS creation task to preprocessing workflow result ([#73])
- Support for SHA-1, SHA-256, and SHA-512 checksums in manifest ([#88])

## [0.4.0] - 2024-11-15

### Changed
Expand Down Expand Up @@ -45,13 +58,20 @@ requests.

Initial release.

[unreleased]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.4.0...HEAD
[unreleased]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/artefactual-sdps/preprocessing-sfa/releases/tag/v0.1.0
[#90]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/90
[#88]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/88
[#87]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/87
[#79]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/79
[#78]: https://github.com/artefactual-sdps/preprocessing-sfa/pull/78
[#77]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/77
[#74]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/74
[#73]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/73
[#60]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/60
[#59]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/59
[#58]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/58
Expand Down
2 changes: 1 addition & 1 deletion internal/version/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit b5a1f33

Please sign in to comment.