Skip to content

Commit b303caa

Browse files
authored
chore: Prepare v0.13.1 release
Reviewers: Pull Request: #2266
1 parent ee6775c commit b303caa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

prepare-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Script which automates modifying source version fields, and creating a release
44
# commit and tag. The commit and tag are not automatically pushed, nor are the

tonic-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-build"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.13.0"
14+
version = "0.13.1"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-health/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-health"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.13.0"
14+
version = "0.13.1"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-reflection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-reflection"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.13.0"
17+
version = "0.13.1"
1818
rust-version = { workspace = true }
1919

2020
[package.metadata.docs.rs]

tonic-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-types"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.13.0"
17+
version = "0.13.1"
1818
rust-version = { workspace = true }
1919

2020
[dependencies]

tonic-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-web"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.13.0"
14+
version = "0.13.1"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
1515
license = "MIT"
1616
readme = "../README.md"
1717
repository = "https://github.com/hyperium/tonic"
18-
version = "0.13.0"
18+
version = "0.13.1"
1919
rust-version = {workspace = true}
2020
exclude = ["benches-disabled"]
2121

0 commit comments

Comments
 (0)