Skip to content

Commit

Permalink
Merge pull request #209 from openlawlibrary/release/0.15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
n-dusan authored Feb 11, 2022
2 parents 4055edd + 4d94d3e commit 0b29004
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].


## [Unreleased]

### Added


### Changed


### Fixed

## [0.15.0] - 02/11/2022

### Added

- `Update` handler pipeline, showcase mapping dict fields to class types with `attrs` + `cattrs`. ([206])
- Schema for update handler. ([206])
- Add `type` tests for `attrs` structuring. ([206])
Expand Down Expand Up @@ -588,7 +599,8 @@ and this project adheres to [Semantic Versioning][semver].
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.15.0...HEAD
[0.14.0]: https://github.com/openlawlibrary/taf/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/openlawlibrary/taf/compare/v0.13.4...v0.14.0
[0.13.4]: https://github.com/openlawlibrary/taf/compare/v0.13.3...v0.13.4
[0.13.3]: https://github.com/openlawlibrary/taf/compare/v0.13.2...v0.13.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from importlib.util import find_spec

PACKAGE_NAME = "taf"
VERSION = "0.14.0"
VERSION = "0.15.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 0b29004

Please sign in to comment.