Merge pull request #94 from prometheus/release-0.3.2
Release client_golang 0.3.2.
This commit is contained in:
commit
1cf6d4b964
|
@ -1,3 +1,8 @@
|
||||||
|
## 0.3.2 / 2015-03-11
|
||||||
|
* [BUGFIX] Fixed the receiver type of COWMetric.Set(). This method is
|
||||||
|
only used by the Prometheus server internally.
|
||||||
|
* [CLEANUP] Added licenses of vendored code left out by godep.
|
||||||
|
|
||||||
## 0.3.1 / 2015-03-04
|
## 0.3.1 / 2015-03-04
|
||||||
* [ENHANCEMENT] Switched fingerprinting functions from own free list to
|
* [ENHANCEMENT] Switched fingerprinting functions from own free list to
|
||||||
sync.Pool.
|
sync.Pool.
|
||||||
|
|
Loading…
Reference in New Issue