Skip to content

Commit 39e4bc8

Browse files
author
beorn7
committed
Release 0.2.0.
1 parent 3f532e7 commit 39e4bc8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
## 0.2.0 / 2015-02-23
2+
* [FEATURE] Introduce new Histagram metric type.
3+
* [CHANGE] Ignore process collector errors for now (better error handling
4+
pending).
5+
* [CHANGE] Use clear error interface for process pidFn.
6+
* [BUGFIX] Fix Go download links for several archs and OSes.
7+
* [ENHANCEMENT] Massively improve Gauge and Counter performance.
8+
* [ENHANCEMENT] Catch illegal label names for summaries in histograms.
9+
* [ENHANCEMENT] Reduce allocations during fingerprinting.
10+
* [ENHANCEMENT] Remove cgo dependency. procfs package will only be included if
11+
both cgo is available and the build is for an OS with procfs.
12+
* [CLEANUP] Clean up code style issues.
13+
* [CLEANUP] Mark slow test as such and exclude them from travis.
14+
* [CLEANUP] Update protobuf library package name.
15+
* [CLEANUP] Updated vendoring of beorn7/perks.
16+
117
## 0.1.0 / 2015-02-02
218
* [CLEANUP] Introduced semantic versioning and changelog. From now on,
319
changes will be reported in this file.
4-

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)