Skip to content

Commit

Permalink
chore(master): release 0.4.15 (#149)
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 Jul 11, 2024
1 parent 78bed82 commit c4357a5
Show file tree
Hide file tree
Showing 7 changed files with 21 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.14"
".": "0.4.15"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.15](https://github.com/tuihub/protos/compare/v0.4.14...v0.4.15) (2024-07-11)


### Features

* add porter context ([5ec4ad4](https://github.com/tuihub/protos/commit/5ec4ad471f3b678be05325def1425f9ea3543fd4))


### Bug Fixes

* **deps:** update all non-major dependencies ([#148](https://github.com/tuihub/protos/issues/148)) ([b6c7e19](https://github.com/tuihub/protos/commit/b6c7e190d8304f8a8e271083b6042aa4065c759f))
* **deps:** update module google.golang.org/grpc to v1.64.1 [security] ([#150](https://github.com/tuihub/protos/issues/150)) ([c51154e](https://github.com/tuihub/protos/commit/c51154e2eafef9686bbeb861a22553bd29aa49c9))
* update feed item action ([61cac0d](https://github.com/tuihub/protos/commit/61cac0db30cdef0d6c4a29db253bc0df7e0f7e85))

## [0.4.14](https://github.com/tuihub/protos/compare/v0.4.13...v0.4.14) (2024-06-21)


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.14"
version = "0.4.15"
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.14</VersionPrefix>
<VersionPrefix>0.4.15</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.14",
"version": "0.4.15",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit c4357a5

Please sign in to comment.