Skip to content

Commit

Permalink
Release v0.5.1 (#141)
Browse files Browse the repository at this point in the history
* Bump version to 0.5.1

* Update changelog
  • Loading branch information
danixeee authored Jun 25, 2020
1 parent 044c889 commit 455b4fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning][semver].

### Changed

### Fixed

## [0.5.1] - 06/25/2020

### Added

### Changed

- Documentation updates ([140])
- Set `only_load_targets` parameter to `True` by default in `repositoriesdb` ([139])
- Use `_load_signing_keys` in `add_signing_key` ([138])
Expand All @@ -20,7 +28,6 @@ and this project adheres to [Semantic Versioning][semver].

- Fix loading targets metadata files in `repositoriesdb` ([139])


[140]: https://github.com/openlawlibrary/taf/pull/140
[139]: https://github.com/openlawlibrary/taf/pull/139
[138]: https://github.com/openlawlibrary/taf/pull/138
Expand Down Expand Up @@ -268,7 +275,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/pygls/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/openlawlibrary/pygls/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/openlawlibrary/pygls/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/openlawlibrary/pygls/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/openlawlibrary/pygls/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

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

0 comments on commit 455b4fd

Please sign in to comment.