diff --git a/CHANGELOG.md b/CHANGELOG.md index afcc992..0cfb4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.3.9 - 2023-03-13 + +### Fixes + +- Fix outdated Cargo.lock + ## v0.3.8 - 2023-03-13 ### Features diff --git a/Cargo.lock b/Cargo.lock index ce4cca0..a06e5ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ dependencies = [ [[package]] name = "nurl" -version = "0.3.7" +version = "0.3.9" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index dad5a44..1a15887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nurl" -version = "0.3.8" +version = "0.3.9" authors = ["figsoda "] edition = "2021" description = "Generate Nix fetcher calls from repository URLs"