Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit e48c2c0

Browse files
author
Yuri Shkuro
committed
Preparing release 2.1.0
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent b84e3e3 commit e48c2c0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes 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+
413
2.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

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)