File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.0 "
2+ "." : " 0.2.1 "
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " hello-rust"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2021"
55description = " Rustacean hopeful"
66repository = " https://github.com/pythoninthegrass/hello-rust"
You can’t perform that action at this time.
0 commit comments