Skip to content

Commit

Permalink
Preparing release 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Sep 5, 2019
1 parent b84e3e3 commit e48c2c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes by Version
==================

2.1.0 (2019-09-05)
------------------

- Add support for go modules (#75) -- Yuri Shkuro
- Fix typo in metrics Init method docs (#72) -- Sergei Zimakov
- Remove GO15VENDOREXPERIMENT variable (#71) -- Takuya N
- Ensure Gopkg.lock files remain in sync with Gopkg.yaml (#69) -- Prithvi Raj


2.0.0 (2018-12-17)
------------------

Expand All @@ -9,7 +18,7 @@ Breaking changes:
- Add metric description to factory API (#61) <Gary Brown>
- Remove metrics/go-kit/prometheus as metrics/prometheus now available (#58) <Gary Brown>
- Add `_total` suffix for counters reported to prometheus (#54) <Gary Brown>
- LocalBackend / Test factory moved to metrics/metricstest/ package (#46) <Patrick Ohly>,
- LocalBackend / Test factory moved to metrics/metricstest/ package (#46) <Patrick Ohly>,
- Change AssertCounterMetrics/AssertGaugeMetrics to be functions on the test factory (#51) <Yuri Shkuro>


Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Releasing new version

- Create a PR with title like "Preparing release 2.1.0"
- Add recent changes to the `CHANGELOG.md`, e.g. from `git log --pretty=format:'- %s -- %an'`
- Once the PR is merged, create a release on GitHub, e.g. v2.1.0
- Celebrate

0 comments on commit e48c2c0

Please sign in to comment.