diff --git a/gday/CHANGELOG.md b/gday/CHANGELOG.md index 827b6ef..0dcdf9f 100644 --- a/gday/CHANGELOG.md +++ b/gday/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.1 (2024-06-07) ### Commit Statistics - - 40 commits contributed to the release over the course of 77 calendar days. + - 41 commits contributed to the release over the course of 77 calendar days. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Trying to figure out changelog setup with cargo-smart-release ([`15e8238`](https://github.com/manforowicz/gday/commit/15e8238958f74b93e55b540fd7a7831329c63fca)) - Updated changelogs ([`b97e152`](https://github.com/manforowicz/gday/commit/b97e1520337064ade45f2bb9a5acdcac6fc84c6a)) - Added a changelog ([`8b9d93e`](https://github.com/manforowicz/gday/commit/8b9d93e89289841c04d6be54c37cf98703715bf7)) - Merge pull request #4 from manforowicz/example-pr ([`f567a95`](https://github.com/manforowicz/gday/commit/f567a95de7c7bcff59a46ee083bfc4b50acf1b60)) diff --git a/gday/Cargo.toml b/gday/Cargo.toml index 4aeeff7..fbeec80 100644 --- a/gday/Cargo.toml +++ b/gday/Cargo.toml @@ -15,9 +15,9 @@ repository.workspace = true [dependencies] clap = { version = "4.5.6", features = ["derive"] } env_logger = "0.11.3" -gday_encryption = { version = "0.1.1", path = "../gday_encryption" } -gday_file_transfer = { version = "0.1.1", path = "../gday_file_transfer" } -gday_hole_punch = { version = "0.1.1", path = "../gday_hole_punch" } +gday_encryption = { version = "^0.1.1", path = "../gday_encryption" } +gday_file_transfer = { version = "^0.1.1", path = "../gday_file_transfer" } +gday_hole_punch = { version = "^0.1.1", path = "../gday_hole_punch" } indicatif = "0.17.8" log = "0.4.21" os_str_bytes = "7.0.0" diff --git a/gday_contact_exchange_protocol/CHANGELOG.md b/gday_contact_exchange_protocol/CHANGELOG.md index 92f633f..62a7788 100644 --- a/gday_contact_exchange_protocol/CHANGELOG.md +++ b/gday_contact_exchange_protocol/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.1 (2024-06-07) ### Commit Statistics - - 29 commits contributed to the release over the course of 77 calendar days. + - 30 commits contributed to the release over the course of 77 calendar days. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Trying to figure out changelog setup with cargo-smart-release ([`15e8238`](https://github.com/manforowicz/gday/commit/15e8238958f74b93e55b540fd7a7831329c63fca)) - Updated changelogs ([`b97e152`](https://github.com/manforowicz/gday/commit/b97e1520337064ade45f2bb9a5acdcac6fc84c6a)) - Added a changelog ([`8b9d93e`](https://github.com/manforowicz/gday/commit/8b9d93e89289841c04d6be54c37cf98703715bf7)) - Merge pull request #4 from manforowicz/example-pr ([`f567a95`](https://github.com/manforowicz/gday/commit/f567a95de7c7bcff59a46ee083bfc4b50acf1b60)) diff --git a/gday_encryption/CHANGELOG.md b/gday_encryption/CHANGELOG.md index f33136f..8ccc0b8 100644 --- a/gday_encryption/CHANGELOG.md +++ b/gday_encryption/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.1 (2024-06-07) ### Commit Statistics - - 24 commits contributed to the release over the course of 77 calendar days. + - 25 commits contributed to the release over the course of 77 calendar days. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Trying to figure out changelog setup with cargo-smart-release ([`15e8238`](https://github.com/manforowicz/gday/commit/15e8238958f74b93e55b540fd7a7831329c63fca)) - Updated changelogs ([`b97e152`](https://github.com/manforowicz/gday/commit/b97e1520337064ade45f2bb9a5acdcac6fc84c6a)) - Added a changelog ([`8b9d93e`](https://github.com/manforowicz/gday/commit/8b9d93e89289841c04d6be54c37cf98703715bf7)) - Merge pull request #4 from manforowicz/example-pr ([`f567a95`](https://github.com/manforowicz/gday/commit/f567a95de7c7bcff59a46ee083bfc4b50acf1b60)) diff --git a/gday_file_transfer/CHANGELOG.md b/gday_file_transfer/CHANGELOG.md index 7c7dd07..5e0ebe8 100644 --- a/gday_file_transfer/CHANGELOG.md +++ b/gday_file_transfer/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.1 (2024-06-07) ### Commit Statistics - - 15 commits contributed to the release over the course of 2 calendar days. + - 16 commits contributed to the release over the course of 2 calendar days. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Trying to figure out changelog setup with cargo-smart-release ([`15e8238`](https://github.com/manforowicz/gday/commit/15e8238958f74b93e55b540fd7a7831329c63fca)) - Updated changelogs ([`b97e152`](https://github.com/manforowicz/gday/commit/b97e1520337064ade45f2bb9a5acdcac6fc84c6a)) - Added a changelog ([`8b9d93e`](https://github.com/manforowicz/gday/commit/8b9d93e89289841c04d6be54c37cf98703715bf7)) - Merge pull request #4 from manforowicz/example-pr ([`f567a95`](https://github.com/manforowicz/gday/commit/f567a95de7c7bcff59a46ee083bfc4b50acf1b60)) diff --git a/gday_file_transfer/Cargo.toml b/gday_file_transfer/Cargo.toml index f6d3d83..a3560ac 100644 --- a/gday_file_transfer/Cargo.toml +++ b/gday_file_transfer/Cargo.toml @@ -13,7 +13,7 @@ repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -gday_encryption = { version = "0.1.1", path = "../gday_encryption" } +gday_encryption = { version = "^0.1.1", path = "../gday_encryption" } os_str_bytes = "7.0.0" rand = "0.8.5" serde = { version = "1.0.203", features = ["derive"] } diff --git a/gday_hole_punch/CHANGELOG.md b/gday_hole_punch/CHANGELOG.md index 9eabbd6..165cec0 100644 --- a/gday_hole_punch/CHANGELOG.md +++ b/gday_hole_punch/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.1 (2024-06-07) ### Commit Statistics - - 43 commits contributed to the release over the course of 77 calendar days. + - 44 commits contributed to the release over the course of 77 calendar days. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Trying to figure out changelog setup with cargo-smart-release ([`15e8238`](https://github.com/manforowicz/gday/commit/15e8238958f74b93e55b540fd7a7831329c63fca)) - Updated changelogs ([`b97e152`](https://github.com/manforowicz/gday/commit/b97e1520337064ade45f2bb9a5acdcac6fc84c6a)) - Added a changelog ([`8b9d93e`](https://github.com/manforowicz/gday/commit/8b9d93e89289841c04d6be54c37cf98703715bf7)) - Merge pull request #4 from manforowicz/example-pr ([`f567a95`](https://github.com/manforowicz/gday/commit/f567a95de7c7bcff59a46ee083bfc4b50acf1b60)) diff --git a/gday_hole_punch/Cargo.toml b/gday_hole_punch/Cargo.toml index 833d8a4..14a7981 100644 --- a/gday_hole_punch/Cargo.toml +++ b/gday_hole_punch/Cargo.toml @@ -14,7 +14,7 @@ repository.workspace = true [dependencies] blake3 = "1.5.1" -gday_contact_exchange_protocol = { version = "0.1.1", path = "../gday_contact_exchange_protocol" } +gday_contact_exchange_protocol = { version = "^0.1.1", path = "../gday_contact_exchange_protocol" } log = "0.4.21" rand = "0.8.5" rustls = { version = "0.23.9", features = ["ring", "log", "logging", "std", "tls12"], default-features = false }