Skip to content

Commit

Permalink
Release 20.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Jun 29, 2020
1 parent d1785c5 commit 9670c95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## [Unreleased]
## [20.6.0] - 2020-06-29
- Switch to [Calendar Versioning](https://calver.org/) with `YY.MM.MICRO format` (year, month, increment)
- Implemented new build system
- inject version info from git
- linting
- Add prometheus support
- Add prometheus metric support
- Switch logger to logrus
- Replace `--no-auto` with `--auto` (system crontab needs to be enabled now)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Run crond with run-parts with custom time spec and different user:
## Installation

```bash
GOCROND_VERSION=0.6.1 \
GOCROND_VERSION=20.6.0 \
&& wget -O /usr/local/bin/go-crond https://github.com/webdevops/go-crond/releases/download/$GOCROND_VERSION/go-crond-64-linux \
&& chmod +x /usr/local/bin/go-crond
```
Expand Down

0 comments on commit 9670c95

Please sign in to comment.