Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash committed Mar 23, 2019
1 parent 55be185 commit 3b85f30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

v3.0.1 / 2017-10-30
==================

* metrics: use a global InstanceDomain for PCPHistogram, fixes #54 (#55)
* build: add golangci-lint and run lint on CI again (#56)

v3.0.0 / 2017-10-30
==================

Expand Down
2 changes: 1 addition & 1 deletion speed.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// Version is the last tagged version of the package
const Version = "3.0.0"
const Version = "3.0.1"

var histogramInstances = []string{"min", "max", "mean", "variance", "standard_deviation"}
var histogramIndom *PCPInstanceDomain
Expand Down

0 comments on commit 3b85f30

Please sign in to comment.