From 1c7263410cec5c0e38e046d06d902641cfb40bc3 Mon Sep 17 00:00:00 2001 From: Ed Cragg Date: Sun, 21 Nov 2021 14:07:50 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20v0.1.13=20=E2=86=92=20v0.1.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- aocf_cli/Cargo.lock | 6 ++++-- aocf_cli/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf178c2..7d0b5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.1.14 + +- **Added** cache paths compatible with lexicographic sorting + # v0.1.13 - **Fixed** clippy warning diff --git a/Cargo.toml b/Cargo.toml index 5ded53e..4a155a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aocf" -version = "0.1.13" +version = "0.1.14" authors = ["Ed Cragg "] edition = "2018" license = "ISC" diff --git a/aocf_cli/Cargo.lock b/aocf_cli/Cargo.lock index 8715947..dea0b44 100644 --- a/aocf_cli/Cargo.lock +++ b/aocf_cli/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.6" @@ -20,7 +22,7 @@ dependencies = [ [[package]] name = "aocf" -version = "0.1.13" +version = "0.1.14" dependencies = [ "atty", "diesel", @@ -38,7 +40,7 @@ dependencies = [ [[package]] name = "aocf_cli" -version = "0.1.13" +version = "0.1.14" dependencies = [ "aocf", "chrono", diff --git a/aocf_cli/Cargo.toml b/aocf_cli/Cargo.toml index 7ffb589..77acc39 100644 --- a/aocf_cli/Cargo.toml +++ b/aocf_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aocf_cli" -version = "0.1.13" +version = "0.1.14" authors = ["Ed Cragg "] edition = "2018" license = "ISC"