From 7c3e822187be325c8d0dfd3b62d56be3c0c2f023 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 4 Nov 2023 12:24:55 -0500 Subject: [PATCH] Bump version and update Changes.md --- 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 c70dafb..31f8b9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "omegasort" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bf9c237..6a1f166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omegasort" -version = "0.1.2" +version = "0.1.3" 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 de1017b..0e14c6a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.1.3 +## 0.1.3 - 2023-11-04 - When sorting a file with repeated lines with a `--locale`, the sorting order was not always consistent, and the `--unique` flag could leave duplicates behind.