Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed Sep 21, 2022
1 parent 2bfb208 commit cf2c4a8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"w3name": "0.1.4",
"w3name-cli": "0.1.4"
"w3name-cli": "0.2.0"
}
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.

7 changes: 7 additions & 0 deletions w3name-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/yusefnapora/w3name-rust-client/compare/w3name-cli-v0.1.4...w3name-cli-v0.2.0) (2022-09-21)


### Features

* add feature to build protoc from src ([#22](https://github.com/yusefnapora/w3name-rust-client/issues/22)) ([2bfb208](https://github.com/yusefnapora/w3name-rust-client/commit/2bfb20822f3c53a9198b58c57b324debec5e721d))

## [0.1.4](https://github.com/yusefnapora/w3name-rust-client/compare/w3name-cli-v0.1.3...w3name-cli-v0.1.4) (2022-09-21)


Expand Down
2 changes: 1 addition & 1 deletion w3name-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w3name-cli"
version = "0.1.4"
version = "0.2.0"
homepage = "https://github.com/yusefnapora/w3name-rust-client"
repository = "https://github.com/yusefnapora/w3name-rust-client"
description = "A command-line tool for publishing and verifying name records with the w3name service"
Expand Down
19 changes: 19 additions & 0 deletions w3name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.1.4](https://github.com/yusefnapora/w3name-rust-client/compare/w3name-v0.1.4...w3name-v0.1.4) (2022-09-21)


### Features

* add feature to build protoc from src ([#22](https://github.com/yusefnapora/w3name-rust-client/issues/22)) ([2bfb208](https://github.com/yusefnapora/w3name-rust-client/commit/2bfb20822f3c53a9198b58c57b324debec5e721d))


### Bug Fixes

* remove optional keyword from protobuf definition ([bb6a40d](https://github.com/yusefnapora/w3name-rust-client/commit/bb6a40d9c4cca243db29c846a3655c0ef638e43a))


### Miscellaneous Chores

* release 0.1.2 ([c3139bd](https://github.com/yusefnapora/w3name-rust-client/commit/c3139bd7c171400b8523a6e01662405078f63854))
* release 0.1.3 ([4f49b11](https://github.com/yusefnapora/w3name-rust-client/commit/4f49b11cccd6ea813d7643e79ea41add5fb0d88b))
* release 0.1.4 ([1b03792](https://github.com/yusefnapora/w3name-rust-client/commit/1b03792607f5b7a6ce930176c1ae1bb36336c8e1))

## [0.1.4](https://github.com/yusefnapora/w3name-rust-client/compare/w3name-v0.1.3...w3name-v0.1.4) (2022-09-21)


Expand Down

0 comments on commit cf2c4a8

Please sign in to comment.