diff --git a/CHANGELOG.md b/CHANGELOG.md index 7796fe7..67df578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.4.2 (2023-07-04) + +Updating dependencies, specifically axoasset, to remove OpenSSL dependency. + + # Version 0.4.1 (2023-05-23) Just updating deps to get improvements to axoasset diff --git a/Cargo.lock b/Cargo.lock index 916c32a..595c524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "axoproject" -version = "0.4.1" +version = "0.4.2" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index 7a6d675..d82da1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["tests/projects/"] [package] name = "axoproject" description = "project detection logic for various axo.dev applications" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoproject"