diff --git a/Cargo.lock b/Cargo.lock index c1b3208..c586c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,7 +849,7 @@ dependencies = [ [[package]] name = "omegasort" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 66b6045..0ff3d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omegasort" -version = "0.1.0" +version = "0.1.1" authors = ["Dave Rolsky "] description = "The last text sorting tool you'll ever need" repository = "https://github.com/houseabsolute/omegasort" diff --git a/Changes.md b/Changes.md index 4d7bbfa..7e20997 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,8 @@ -## 0.1.0 - 2023-05-20 +## 0.1.1 - 2023-05-20 + +- Fixed the release orchestration so releases are only built with stable Rust. + +## 0.1.0 - pulled - I rewrote it in Rust (RIIR). - Added the ability to preserve comments in files when sorting. Use the `--comment-prefix` option