Merge pull request #130 from prometheus/fabxc/cut

Cut 0.6.0.
This commit is contained in:
Fabian Reinartz 2015-06-01 19:16:42 +02:00
commit e319516b0f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 0.6.0 / 2015-06-01
* [CHANGE] Rename process_goroutines to go_goroutines.
* [ENHANCEMENT] Validate label names during YAML decoding.
* [ENHANCEMENT] Add LabelName regular expression.
* [BUGFIX] Ensure alignment of struct members for 32-bit systems.
## 0.5.0 / 2015-05-06
* [BUGFIX] Removed a weakness in the fingerprinting aka signature code.
This makes fingerprinting slower and more allocation-heavy, but the

View File

@ -1 +1 @@
0.5.0
0.6.0