Skip to content
Snippets Groups Projects
Commit 14233487 authored by Victor Castell's avatar Victor Castell
Browse files

Bump version

parent 20e4ccbf
No related branches found
Tags v0.7.3
No related merge requests found
......@@ -10,7 +10,7 @@
],
"BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64 linux,arm",
"ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*,static/*,templates/*",
"PackageVersion": "0.7.2",
"PackageVersion": "0.7.3",
"TaskSettings": {
"deb": {
"metadata": {
......
## 0.7.3 (2016-07-12)
- One off jobs
- Added cron spec to docs
- Execution retry on failure
- Switch JSON schema spec for it's corresponding Open API spec
- Reload config
- Fix scheduling bug
- New job Status gives more info on the job execution
## 0.7.2 (2016-06-01)
- Add some helpers and bugfixes
......
......@@ -10,7 +10,7 @@ import (
)
const (
VERSION = "0.7.2"
VERSION = "0.7.3"
)
func main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment