瀏覽代碼

release v0.2.2

Fabian Peter Hammerle 3 年之前
父節點
當前提交
25def48a76
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      CHANGELOG.md

+ 4 - 1
CHANGELOG.md

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+
+## [0.2.2] - 2021-04-09
 ### Fixed
 - add upper version constraint for setuptools-scm to fix `pipenv sync` on python3.4
   (workaround `pipenv` ignoring `setuptools-scm`'s python version requirement)
@@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [0.1.0] - 2019-04-27
 `free-disk --debug --free-bytes 1234 /dir/to/cleanup`
 
-[Unreleased]: https://github.com/fphammerle/free-disk/compare/0.2.1...HEAD
+[Unreleased]: https://github.com/fphammerle/free-disk/compare/0.2.2...HEAD
+[0.2.2]: https://github.com/fphammerle/free-disk/compare/0.2.1...0.2.2
 [0.2.1]: https://github.com/fphammerle/free-disk/compare/0.2.0...0.2.1
 [0.2.0]: https://github.com/fphammerle/free-disk/compare/0.1.0...0.2.0
 [0.1.0]: https://github.com/fphammerle/free-disk/tree/0.1.0