File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ Unreleased]
8
+ - No changes yet.
9
+
7
10
## [ 1.47.1] - 2020-09-02
8
11
### Removed
9
12
- Reverted ` go.mod ` Go version from 1.14 to 1.13.
@@ -1272,6 +1275,7 @@ This release requires regeneration of ThriftRW code.
1272
1275
1273
1276
- Initial release.
1274
1277
1278
+ [Unreleased]: https://github.com/yarpc/yarpc-go/compare/v1.47.1...HEAD
1275
1279
[1.47.1]: https://github.com/yarpc/yarpc-go/compare/v1.47.0...v1.47.1
1276
1280
[1.47.0]: https://github.com/yarpc/yarpc-go/compare/v1.46.0...v1.47.0
1277
1281
[1.46.0]: https://github.com/yarpc/yarpc-go/compare/v1.45.0...v1.46.0
Original file line number Diff line number Diff line change 21
21
package yarpc // import "go.uber.org/yarpc"
22
22
23
23
// Version is the current version of YARPC.
24
- const Version = "1.47.1 "
24
+ const Version = "1.48.0-dev "
You can’t perform that action at this time.
0 commit comments