From c568da14bd66f84f22b3037ee7377cbeab2c0583 Mon Sep 17 00:00:00 2001 From: Yaulendil Date: Tue, 3 Oct 2023 14:01:46 -0400 Subject: [PATCH] Update to 1.1.0 After so long away, any new changes from here should really be separated. --- CHANGELOG.md | 3 +++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- TODO.md | 3 +-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f12f9d..6dbccd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ --- ## Upcoming +--- +## 1.1.0: 2023-10-03 + ### Added - Implemented `--dot-plain` and `--elide-a` CLI options to enable variant behaviors used for Quenya. - Implemented `Policy` trait to adjust `Glyph` behavior. diff --git a/Cargo.lock b/Cargo.lock index c472699..7438792 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0" [[package]] name = "itertools" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "tengwar" -version = "1.0.0" +version = "1.1.0" dependencies = [ "cfg-if", "clap", diff --git a/Cargo.toml b/Cargo.toml index f6a161c..1618df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tengwar" description = "Transliterate text into J.R.R. Tolkien's Tengwar." -version = "1.0.0" +version = "1.1.0" authors = ["Yaulendil"] repository = "https://github.com/yaulendil/tengwar-rs" @@ -24,7 +24,7 @@ panic = "abort" [dependencies] cfg-if = "1.0.0" -itertools = "0.10.0" +itertools = "0.11.0" unicode-normalization = "0.1.22" [dependencies.clap] diff --git a/TODO.md b/TODO.md index e3956d0..18ff6b5 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ # TODO --- -## 1.1.0 +## 1.2.0 ### CLI ### Docs @@ -9,7 +9,6 @@ - [ ] Allow custom Modes to be specified via a config language (Would TOML work?) ### Library - [ ] Gondor "Full" Mode -- [x] Flesh out `Policy` to make ligature/rincë rules extensible ### Output ### Tests