Skip to content

Commit

Permalink
Version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Oct 4, 2024
1 parent bc8072a commit ebcf61c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ebcf61c

Please sign in to comment.