File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77=======
8+ ## [ Unreleased]
9+ - No changes yet.
10+
811## [ 1.72.1] - 2024-03-14
912- tchannel: Renamed caller-procedure header from ` $rpc$-caller-procedure ` to ` rpc-caller-procedure ` .
1013
@@ -1500,6 +1503,7 @@ This release requires regeneration of ThriftRW code.
15001503## 0.1.0 - 2016-08-31
15011504
15021505- Initial release.
1506+ [Unreleased]: https://github.com/yarpc/yarpc-go/compare/v1.72.1...HEAD
15031507[1.72.1]: https://github.com/yarpc/yarpc-go/compare/v1.72.0...1.72.1
15041508[1.72.0]: https://github.com/yarpc/yarpc-go/compare/v1.71.0...v1.72.0
15051509[1.71.0]: https://github.com/yarpc/yarpc-go/compare/v1.70.4...v1.71.0
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Releasing
14414416. Verify the version number matches.
145145
146146 ```
147- make verifyversion SUPPRESS_DOCKER=1
147+ SUPPRESS_DOCKER=1 make verifyversion
148148 ```
149149
15015017. Commit and push your changes.
Original file line number Diff line number Diff line change 2121package yarpc // import "go.uber.org/yarpc"
2222
2323// Version is the current version of YARPC.
24- const Version = "1.72.1 "
24+ const Version = "1.73.0-dev "
You can’t perform that action at this time.
0 commit comments