Skip to content

Commit

Permalink
Preparing release v1.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biosvs committed Aug 26, 2024
1 parent 1597f03 commit edc0aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

=======
## [Unreleased]
## [1.73.1] - 2024-08-26
### Changed
- Updated most of the dependencies in go.mod to a newer versions.
- Performance improvement in the tchannel transport by reducing the number of allocations.
Expand Down Expand Up @@ -1512,7 +1512,7 @@ This release requires regeneration of ThriftRW code.
## 0.1.0 - 2016-08-31
- Initial release.
[Unreleased]: https://github.com/yarpc/yarpc-go/compare/v1.73.0...HEAD
[1.73.1]: https://github.com/yarpc/yarpc-go/compare/v1.73.0...1.73.1
[1.73.0]: https://github.com/yarpc/yarpc-go/compare/v1.72.1...1.73.0
[1.72.1]: https://github.com/yarpc/yarpc-go/compare/v1.72.0...1.72.1
[1.72.0]: https://github.com/yarpc/yarpc-go/compare/v1.71.0...v1.72.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package yarpc // import "go.uber.org/yarpc"

// Version is the current version of YARPC.
const Version = "1.74.0-dev"
const Version = "1.73.1"

0 comments on commit edc0aea

Please sign in to comment.