Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 46109c3

Browse files
chore(main): release hello_rust 0.2.0
1 parent 4474b3a commit 46109c3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"hello-react": "0.1.0",
3-
"hello-rust": "0.1.0"
3+
"hello-rust": "0.2.0"
44
}

hello-rust/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/amarjanica/release-please-monorepo-example/compare/hello_rust-v0.1.0...hello_rust@v0.2.0) (2024-05-25)
4+
5+
6+
### Features
7+
8+
* **rust:** add example code ([f8d6173](https://github.com/amarjanica/release-please-monorepo-example/commit/f8d61736e63e4c1baf1d881c50556fa0ba6829d0))

hello-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hello-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hello_rust"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)