From 22ed9550a2572f6bc4eba7962d71b628f3de65f3 Mon Sep 17 00:00:00 2001 From: Eric Saxby Date: Fri, 6 Dec 2024 17:33:27 -0800 Subject: [PATCH] Release v1.8.6 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb5ec5..5b68f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## Unreleased -## 1.8.5 +## 1.8.6 + +- Make repo ordering always consistent. + +## ~1.8.5~ + +Note: This release panics. Rust now panics when ordering comparison +return `Ordering::Equal`. - Update Ratatui and Gix. - Update audited deps. diff --git a/Cargo.lock b/Cargo.lock index c9a6a8a..2faf1b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -473,7 +473,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyd" -version = "1.8.5" +version = "1.8.6" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0567e38..4a08642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" readme = "README.md" repository = "https://github.com/synchronal/dyd" resolver = "2" -version = "1.8.5" +version = "1.8.6" [dependencies]