Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
walterl committed Mar 14, 2021
1 parent b49b5e0 commit 317a2a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
26 changes: 4 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 317a2a5

Please sign in to comment.