Skip to content

Commit

Permalink
Merge pull request #130 from openlawlibrary/release/v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
danixeee authored May 1, 2020
2 parents 819035d + e6f5623 commit 3cd427a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning][semver].

### Added

### Changed

### Fixed


## [0.4.0] - 05/01/2020

### Added

- Git method to create orphan branch ([129])
- Added updater check which verifies that metadata corresponding to the last commit has not yet expired ([124])
- Additional updater tests ([124])
Expand Down Expand Up @@ -216,7 +225,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.3.1...HEAD
[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.4.0...HEAD
[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
[0.3.0]: https://github.com/openlawlibrary/taf/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/openlawlibrary/taf/compare/v0.2.1...v0.2.2
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.3.1"
VERSION = "0.4.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 3cd427a

Please sign in to comment.