From 93cf7f9e5a0faafee7b79c29b6fee9a49c637ae9 Mon Sep 17 00:00:00 2001 From: Allstreamer <48365544+Allstreamer@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:29:33 +0200 Subject: [PATCH 1/5] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4155c..3ce747e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,22 @@ and this project adheres to: * [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --> ## Unreleased +### Added +* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) +* Added CHANGELOG.md +* Added LICENSE with MIT License +* Added CI Badges to Readme +* Added `ids` module + +### Changed +* Moved PackageVersion & it's tests to version.rs +* Moved Identifiers & tests to `ids` module + +### Docs +* Added Struct descriptions to each struct +* Added Examples to Rust Docs -## [0.0.1] - 2022-09-03 +## [0.1.0] - 2022-09-03 ### Added From c9e25f1c690d240e91bdfa62b4d9e95616e9e89a Mon Sep 17 00:00:00 2001 From: Allstreamer <48365544+Allstreamer@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:38:24 +0200 Subject: [PATCH 2/5] Fix Linting --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce747e..502e3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ and this project adheres to: * [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --> ## Unreleased + ### Added + * Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) * Added CHANGELOG.md * Added LICENSE with MIT License @@ -19,10 +21,12 @@ and this project adheres to: * Added `ids` module ### Changed + * Moved PackageVersion & it's tests to version.rs * Moved Identifiers & tests to `ids` module ### Docs + * Added Struct descriptions to each struct * Added Examples to Rust Docs From ca83b153fa77b81c331df13c2f3115db6049112f Mon Sep 17 00:00:00 2001 From: Allstreamer <48365544+Allstreamer@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:08:30 +0200 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502e3d4..ef5d6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,10 @@ and this project adheres to: ### Added -* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) +* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) [Taken from rust-pip](https://github.com/John15321/rust-pip) * Added CHANGELOG.md -* Added LICENSE with MIT License -* Added CI Badges to Readme +* Added LICENSE with MIT License by [John15321](https://github.com/John15321/) +* Added CI Badges to Readme by [John15321](https://github.com/John15321/) * Added `ids` module ### Changed From 0893fbea0e5d6443cdecf4d4ecaa5560f20326df Mon Sep 17 00:00:00 2001 From: Allstreamer <48365544+Allstreamer@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:10:58 +0200 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5d6f9..4b301d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,14 @@ and this project adheres to: ### Added -* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) [Taken from rust-pip](https://github.com/John15321/rust-pip) +* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) [John15321](https://github.com/John15321/) * Added CHANGELOG.md -* Added LICENSE with MIT License by [John15321](https://github.com/John15321/) -* Added CI Badges to Readme by [John15321](https://github.com/John15321/) * Added `ids` module ### Changed +* Added LICENSE with MIT License by [John15321](https://github.com/John15321/) +* Added CI Badges to Readme by [John15321](https://github.com/John15321/) * Moved PackageVersion & it's tests to version.rs * Moved Identifiers & tests to `ids` module From 6b3294900f4ebdfceb5e3281e6be7c20dd19a787 Mon Sep 17 00:00:00 2001 From: Allstreamer <48365544+Allstreamer@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:53:46 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b301d6..fee7369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,21 +14,21 @@ and this project adheres to: ### Added -* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) [John15321](https://github.com/John15321/) +* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) [#10](https://github.com/Allstreamer/pyver/pull/10) * Added CHANGELOG.md * Added `ids` module ### Changed -* Added LICENSE with MIT License by [John15321](https://github.com/John15321/) -* Added CI Badges to Readme by [John15321](https://github.com/John15321/) -* Moved PackageVersion & it's tests to version.rs +* Added LICENSE with MIT License [#10](https://github.com/Allstreamer/pyver/pull/10) +* Added CI Badges to Readme by [#10](https://github.com/Allstreamer/pyver/pull/10) +* Moved PackageVersion & it's tests to version.rs [#21](https://github.com/Allstreamer/pyver/pull/21) * Moved Identifiers & tests to `ids` module ### Docs -* Added Struct descriptions to each struct -* Added Examples to Rust Docs +* Added Struct descriptions to each struct [#15](https://github.com/Allstreamer/pyver/pull/15) +* Added Examples to Rust Docs [#15](https://github.com/Allstreamer/pyver/pull/15) ## [0.1.0] - 2022-09-03