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.1 .0"
2+ "." : " 0.2 .0"
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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " hello-rust"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55description = " Rustacean hopeful"
66repository = " https://github.com/pythoninthegrass/hello-rust"
You can’t perform that action at this time.
0 commit comments