diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-21 14:49:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-21 14:49:45 -0700 |
commit | e541eaf129d46e82ff6f9c7c38cdb9a899730df9 (patch) | |
tree | 1141a3c7fda3c75e147ab3f39be6103a2dff4458 | |
parent | a6ea0c4cef745168c7118644a091b3ce5cc2d5a3 (diff) | |
download | fatcat-e541eaf129d46e82ff6f9c7c38cdb9a899730df9.tar.gz fatcat-e541eaf129d46e82ff6f9c7c38cdb9a899730df9.zip |
update CHANGELOG with macaroon change
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c3be52..a28b9ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,13 @@ See also: - [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## UNRELEASED +## [0.5.2] - UNRELEASED ### Changes - 'stub' releases are not included in container preservation coverage "by year" and "by volume" charts. they are still included in overall counts. +- rust: upgraded 'macaroon' crate to upstream v0.3.0, instead of patched version ## [0.5.1] - 2022-01-26 |