Skip to content

Commit

Permalink
Merge pull request #94 from prometheus/release-0.3.2
Browse files Browse the repository at this point in the history
Release client_golang 0.3.2.
  • Loading branch information
juliusv committed Mar 11, 2015
2 parents 8c63c28 + b9d77a9 commit 1cf6d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* [ENHANCEMENT] Switched fingerprinting functions from own free list to
sync.Pool.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2

0 comments on commit 1cf6d4b

Please sign in to comment.