Skip to content

Commit

Permalink
version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Oct 28, 2015
1 parent d92a5de commit dd0d79b
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.5
* Cache module optimization

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

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.4"
const Version = "0.5.5"

// 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.5) stable; urgency=low
* Cache module optimization

-- Roman Lomonosov <[email protected]> Wed, 28 Oct 2015 15:00:00 +0300

go-carbon (0.5.4) stable; urgency=low
* Fix RPM init script

Expand Down

0 comments on commit dd0d79b

Please sign in to comment.