diff --git a/CHANGELOG.md b/CHANGELOG.md index 5254447..c9250f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,6 @@ # Change Log -All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [0.2.1] - 2021-03-14 +- Add CLI flag to use longer log format +- Always update if latest version is different -## [Unreleased] -### Changed -- Add a new arity to `make-widget-async` to provide a different widget shape. - -## [0.1.1] - 2020-06-16 -### Changed -- Documentation on how to make the widgets. - -### Removed -- `make-widget-sync` - we're all async, all the time. - -### Fixed -- Fixed widget maker to keep working when daylight savings switches over. - -## 0.1.0 - 2020-06-16 -### Added -- Files from the new template. -- Widget maker public API - `make-widget-sync`. - -[Unreleased]: https://github.com/your-name/updog/compare/0.1.1...HEAD -[0.1.1]: https://github.com/your-name/updog/compare/0.1.0...0.1.1 +[0.2.1]: https://github.com/walterl/updog/compare/0.2.0...0.2.1 diff --git a/README.md b/README.md index 6d83e1b..126ca4c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ quality. You can then run `java -jar updog.jar update` periodically (e.g. via cron) to keep `clj-kondo` up-to-date. -See `java -jar updog.jar --help` for more information +See `java -jar updog.jar --help` for more information. ## Installation diff --git a/project.clj b/project.clj index 3e8941f..edc7493 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject updog "0.2.1-SNAPSHOT" +(defproject updog "0.2.1" :description "Your watchdog for updates of software without updates." :url "https://github.com/walterl/updog" :license {:name "GPLv3"