Skip to content

Commit d33ff85

Browse files
committed
Back to development
1 parent 39f61fe commit d33ff85

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Releasing
144144
16. Verify the version number matches.
145145
146146
```
147-
make verifyversion SUPPRESS_DOCKER=1
147+
SUPPRESS_DOCKER=1 make verifyversion
148148
```
149149
150150
17. Commit and push your changes.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package 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"

0 commit comments

Comments
 (0)