Skip to content

Commit 9b46818

Browse files
Merge pull request #4 from pythoninthegrass/release-please--branches--main--components--hello-rust
chore(main): release hello-rust 0.2.1
2 parents e1510d5 + a558e5c commit 9b46818

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.2.0"
2+
".": "0.2.1"
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.1](https://github.com/pythoninthegrass/hello-rust/compare/hello-rust-v0.2.0...hello-rust-v0.2.1) (2024-03-11)
9+
10+
11+
### Bug Fixes
12+
13+
* store env vars as vectors ([e1510d5](https://github.com/pythoninthegrass/hello-rust/commit/e1510d5d9d217c7774feb550a8137b9b28bf3ea4))
14+
815
## [0.2.0](https://github.com/pythoninthegrass/hello-rust/compare/hello-rust-v0.1.0...hello-rust-v0.2.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.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Rustacean hopeful"
66
repository = "https://github.com/pythoninthegrass/hello-rust"

0 commit comments

Comments
 (0)