diff --git a/Cargo.lock b/Cargo.lock index 2eba4df..a608dfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ version = "1.0.1" [[package]] name = "dylo-cli" -version = "1.0.2" +version = "1.0.3" dependencies = [ "camino", "fs-err", @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "dylo-runtime" -version = "1.0.1" +version = "1.0.2" dependencies = [ "rubicon", ] diff --git a/dylo-cli/CHANGELOG.md b/dylo-cli/CHANGELOG.md index 6b8a2b8..acd464e 100644 --- a/dylo-cli/CHANGELOG.md +++ b/dylo-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.2...dylo-cli-v1.0.3) - 2024-12-06 + +### Other + +- I suspect the presence of slashes gave us linker errors... + ## [1.0.2](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.1...dylo-cli-v1.0.2) - 2024-12-05 ### Other diff --git a/dylo-cli/Cargo.toml b/dylo-cli/Cargo.toml index 7317b7c..b97a58c 100644 --- a/dylo-cli/Cargo.toml +++ b/dylo-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dylo-cli" -version = "1.0.2" +version = "1.0.3" edition = "2021" authors = ["Amos Wenger "] description = "Generate dyn-compatible traits with proc macros" diff --git a/dylo-runtime/CHANGELOG.md b/dylo-runtime/CHANGELOG.md index 3e41e95..821d348 100644 --- a/dylo-runtime/CHANGELOG.md +++ b/dylo-runtime/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.1...dylo-runtime-v1.0.2) - 2024-12-06 + +### Other + +- I suspect the presence of slashes gave us linker errors... + ## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.0...dylo-runtime-v1.0.1) - 2024-12-05 ### Other diff --git a/dylo-runtime/Cargo.toml b/dylo-runtime/Cargo.toml index 68a8032..1aed728 100644 --- a/dylo-runtime/Cargo.toml +++ b/dylo-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dylo-runtime" -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["Amos Wenger "] description = "Dynamic library loader for con traits"