Skip to content

Commit cfab316

Browse files
Merge pull request #3 from pythoninthegrass/release-please--branches--main--components--hello-rust
chore(main): release hello-rust 0.2.0
2 parents 6ad74e9 + 4c450c5 commit cfab316

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0](https://github.com/pythoninthegrass/hello-rust/compare/hello-rust-v0.1.0...hello-rust-v0.2.0) (2024-03-11)
9+
10+
11+
### Features
12+
13+
* read from env vars ([93f7f6e](https://github.com/pythoninthegrass/hello-rust/commit/93f7f6efbf19ce768f60e649711b27416d7f42f2))
14+
815
## [0.1.0](https://github.com/pythoninthegrass/hello-rust/compare/hello-rust-v1.0.0...hello-rust-v0.1.0) (2024-03-11)
916

1017

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
description = "Rustacean hopeful"
66
repository = "https://github.com/pythoninthegrass/hello-rust"

0 commit comments

Comments
 (0)