Skip to content

Commit

Permalink
version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Aug 28, 2015
1 parent 67ac38a commit e0c1eb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ enabled = false

## Changelog
##### master
##### version 0.5.4
* Fix RPM init script

##### version 0.5.3
* Improved validation of bad wsp files
* RPM init script checks config before restart
Expand Down
2 changes: 1 addition & 1 deletion carbon-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
import _ "net/http/pprof"

// Version of go-carbon
const Version = "0.5.3"
const Version = "0.5.4"

// Duration wrapper time.Duration for TOML
type Duration struct {
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
go-carbon (0.5.4) stable; urgency=low
* Fix RPM init script

-- Roman Lomonosov <[email protected]> Fri, 28 Aug 2015 17:00:10 +0300

go-carbon (0.5.3) stable; urgency=low
* Improved validation of bad wsp files
* RPM init script checks config before restart
Expand Down

0 comments on commit e0c1eb3

Please sign in to comment.