Skip to content

Commit c568da1

Browse files
committed
Update to 1.1.0
After so long away, any new changes from here should really be separated.
1 parent eb812dd commit c568da1

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
---
44
## Upcoming
55

6+
---
7+
## 1.1.0: 2023-10-03
8+
69
### Added
710
- Implemented `--dot-plain` and `--elide-a` CLI options to enable variant behaviors used for Quenya.
811
- Implemented `Policy` trait to adjust `Glyph` behavior.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tengwar"
33
description = "Transliterate text into J.R.R. Tolkien's Tengwar."
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
authors = ["Yaulendil"]
77
repository = "https://github.com/yaulendil/tengwar-rs"
@@ -24,7 +24,7 @@ panic = "abort"
2424

2525
[dependencies]
2626
cfg-if = "1.0.0"
27-
itertools = "0.10.0"
27+
itertools = "0.11.0"
2828
unicode-normalization = "0.1.22"
2929

3030
[dependencies.clap]

TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# TODO
22

33
---
4-
## 1.1.0
4+
## 1.2.0
55

66
### CLI
77
### Docs
88
### Input
99
- [ ] Allow custom Modes to be specified via a config language (Would TOML work?)
1010
### Library
1111
- [ ] Gondor "Full" Mode
12-
- [x] Flesh out `Policy` to make ligature/rincë rules extensible
1312
### Output
1413
### Tests
1514

0 commit comments

Comments
 (0)