Skip to content

Commit

Permalink
chore(master): release 0.4.21 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
1 parent 230d626 commit fc59e2f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.20"
".": "0.4.21"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.21](https://github.com/tuihub/protos/compare/v0.4.20...v0.4.21) (2024-09-02)


### Bug Fixes

* **deps:** update dependency grpc to v4 ([#159](https://github.com/tuihub/protos/issues/159)) ([230d626](https://github.com/tuihub/protos/commit/230d62659a8c2eb18e3307e8af19f72846ff852d))
* replace int32 with int64 ([209f600](https://github.com/tuihub/protos/commit/209f6009a48598c99f741c2bdc80a5c89fea4de7))

## [0.4.20](https://github.com/tuihub/protos/compare/v0.4.19...v0.4.20) (2024-08-07)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuihub-protos"
version = "0.4.20"
version = "0.4.21"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion TuiHub.Protos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AssemblyName>TuiHub.Protos</AssemblyName>
<AssemblyTitle>TuiHub.Protos</AssemblyTitle>
<VersionPrefix>0.4.20</VersionPrefix>
<VersionPrefix>0.4.21</VersionPrefix>
<PackageProjectUrl>https://github.com/tuihub/protos</PackageProjectUrl>
<RepositoryUrl>https://github.com/tuihub/protos</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tuihub/protos",
"version": "0.4.20",
"version": "0.4.21",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc59e2f

Please sign in to comment.