Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Oct 16, 2020
1 parent 7102d4b commit 13dad5a
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.7.0] - 10/16/2020

### Added

- Add support for fully disabling tuf logging ([154])
- Add support for including additional custom information when exporting historical data ([147])

Expand Down Expand Up @@ -333,7 +342,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.6.1...HEAD
[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/openlawlibrary/taf/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/openlawlibrary/taf/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/openlawlibrary/taf/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/openlawlibrary/taf/compare/v0.5.1...v0.5.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.6.1"
VERSION = "0.7.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 13dad5a

Please sign in to comment.