Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"same-package": "0.0.0",
"server-reflection": "1.0.0",
"server-streaming": "0.0.0",
"unary": "1.1.1",
"unary": "1.1.2",
"wait-for-ready": "1.0.1"
}
7 changes: 7 additions & 0 deletions unary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/jun06t/grpc-sample/compare/unary/v1.1.1...unary/v1.1.2) (2026-05-20)


### Miscellaneous Chores

* switch version.go to inline x-release-please-version annotation ([#106](https://github.com/jun06t/grpc-sample/issues/106)) ([f0ca86b](https://github.com/jun06t/grpc-sample/commit/f0ca86b8a6e95ff3ba47e172b9d1dc133258a1aa))

## [1.1.1](https://github.com/jun06t/grpc-sample/compare/unary/v1.1.0...unary/v1.1.1) (2026-05-20)


Expand Down
2 changes: 1 addition & 1 deletion unary/client/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const BuildVersion = "1.1.1" // x-release-please-version
const BuildVersion = "1.1.2" // x-release-please-version
2 changes: 1 addition & 1 deletion unary/server/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const BuildVersion = "1.1.1" // x-release-please-version
const BuildVersion = "1.1.2" // x-release-please-version
Loading