Skip to content

Commit

Permalink
Merge pull request #136 from openlawlibrary/release/0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
danixeee authored Jun 4, 2020
2 parents ea37a3f + babfa15 commit e5bb234
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning][semver].

### Added

### Changed

### Fixed

## [0.5.0] - 06/04/2020

### Added

- Add `repositoriesdb` tests ([134])
- Add support for defining urls using a separate `mirrors.json` file ([134])
- Add a command for exporting targets historical data ([133])
Expand Down Expand Up @@ -247,7 +255,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.4.1...HEAD
[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.5.0...HEAD
[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
[0.3.1]: https://github.com/openlawlibrary/pygls/compare/v0.3.0...v0.3.1
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.4.1"
VERSION = "0.5.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit e5bb234

Please sign in to comment.