From 7e194c1b6944a462c2b508dc56faa79944a5f272 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 4 Jun 2023 11:26:41 -0500 Subject: [PATCH] Bump version and add date to Changes.md for 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d999d2..ba5ce51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "omegasort" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bc868c3..55325f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omegasort" -version = "0.1.1" +version = "0.1.2" 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 a57e638..d3318fc 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.1.2 +## 0.1.2 - 2023-06-04 - Sorting is now done in parallel using [rayon](https://docs.rs/rayon/latest/rayon/). This significantly improves sorting of large files. In my experiments, a c. 100MB file went from 12s to