This repository was archived by the owner on Aug 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Changes by Version
22==================
33
4+ 2.1.0 (2019-09-05)
5+ ------------------
6+
7+ - Add support for go modules (#75 ) -- Yuri Shkuro
8+ - Fix typo in metrics Init method docs (#72 ) -- Sergei Zimakov
9+ - Remove GO15VENDOREXPERIMENT variable (#71 ) -- Takuya N
10+ - Ensure Gopkg.lock files remain in sync with Gopkg.yaml (#69 ) -- Prithvi Raj
11+
12+
4132.0.0 (2018-12-17)
514------------------
615
@@ -9,7 +18,7 @@ Breaking changes:
918- Add metric description to factory API (#61 ) <Gary Brown >
1019- Remove metrics/go-kit/prometheus as metrics/prometheus now available (#58 ) <Gary Brown >
1120- Add ` _total ` suffix for counters reported to prometheus (#54 ) <Gary Brown >
12- - LocalBackend / Test factory moved to metrics/metricstest/ package (#46 ) <Patrick Ohly >,
21+ - LocalBackend / Test factory moved to metrics/metricstest/ package (#46 ) <Patrick Ohly >,
1322- Change AssertCounterMetrics/AssertGaugeMetrics to be functions on the test factory (#51 ) <Yuri Shkuro >
1423
1524
Original file line number Diff line number Diff line change 1+ # Releasing new version
2+
3+ - Create a PR with title like "Preparing release 2.1.0"
4+ - Add recent changes to the ` CHANGELOG.md ` , e.g. from ` git log --pretty=format:'- %s -- %an' `
5+ - Once the PR is merged, create a release on GitHub, e.g. v2.1.0
6+ - Celebrate
You can’t perform that action at this time.
0 commit comments