Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 16, 2021
1 parent 03f8a0e commit 6426724
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@

v3.1.0 / 2021-07-16
===================

* build: update golang dependencies to modern versions (#60)
* build: use github actions for CI (#61)
* build: remove vendored code (#62)
* tests: fixes for 32-bit platforms related to integers (#57)
* Update README with modern PCP and grafana-pcp (over Vector)

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
==================
===================

* metrics: add support for multidimensional composite metrics (#50)
* speed: remove logging from library (#49) (**BREAKING**)
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.1"
const Version = "3.1.0"

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

0 comments on commit 6426724

Please sign in to comment.