Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jan 7, 2025
1 parent dbb6c85 commit 67454c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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
Expand All @@ -13,9 +14,20 @@ and this project adheres to [Semantic Versioning][semver].

### Fixed


## [0.33.1]

### Added

### Changed

### Fixed

- Run validation with --no-deps when pushing ([579])
- Do not update last validated commit if pushing to a branch other than the default branch ([577])
- Fix determining from which commit the update should start if the auth repo is in front of all target repos ([577])

[579]: https://github.com/openlawlibrary/taf/pull/579
[577]: https://github.com/openlawlibrary/taf/pull/577

## [0.33.0]
Expand Down Expand Up @@ -1390,7 +1402,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.33.0...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.33.1...HEAD
[0.33.1]: https://github.com/openlawlibrary/taf/compare/v0.33.0...v0.33.1
[0.33.0]: https://github.com/openlawlibrary/taf/compare/v0.32.4...v0.33.0
[0.32.4]: https://github.com/openlawlibrary/taf/compare/v0.32.3...v0.32.4
[0.32.3]: https://github.com/openlawlibrary/taf/compare/v0.32.2...v0.32.3
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.33.0"
VERSION = "0.33.1"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down
1 change: 0 additions & 1 deletion taf/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import platform
import re
import click
import errno
import datetime
Expand Down

0 comments on commit 67454c2

Please sign in to comment.