Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
After so long away, any new changes from here should really be separated.
  • Loading branch information
Yaulendil committed Oct 3, 2023
1 parent eb812dd commit c568da1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# TODO

---
## 1.1.0
## 1.2.0

### CLI
### Docs
### Input
- [ ] 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

Expand Down

0 comments on commit c568da1

Please sign in to comment.