diff --git a/Cargo.lock b/Cargo.lock index 1a5890f..707ddec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "ozy" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 103e364..b7c37e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ozy" -version = "0.1.11" +version = "0.1.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1ef4233..5287c8d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,10 @@ All changes are in the [Releases](https://github.com/aquanauts/ozy/releases). +### [0.1.12](https://github.com/aquanauts/ozy/releases/tag/v0.1.12) +* Mostly a test of the release process post deletion of python code +* Changes to version output. + ### [0.1.11](https://github.com/aquanauts/ozy/releases/tag/v0.1.11) * Use `is_file` to avoid "is a directory error" (fixing #66) * Support symbolic link installations.