Skip to content

Commit

Permalink
update README and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
apparebit committed Oct 17, 2023
1 parent b4afef8 commit de5d7c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ The output of the last command should look something like the first screenshot.

## Versions

- **v1.1.0** (2023/10/17):
- Improve terminal intput/output, notably by `--incrementally`/`-i`
displaying character blots, which is significantly slower but allows for
measuring the size of blots.
- Fix crashing bug in path handling for mirrored CLDR files.
- Make internal handling of UCD data more uniform, with an eye towards
evolving demicode's UCD abstractions into a more generally useful
library.
- Switch from mypy to pyright, address pyright's improved diagnostics,
integrate type checking into `runtest.py`, and improve test script
output.
- **v1.0.0** (2023/09/19):
- Support grapheme cluster segmentation according to Unicode 15.1 and 15.0.
- Tabulate bit size of Unicode properties, alternative groups of required
Expand Down
2 changes: 1 addition & 1 deletion demicode/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit de5d7c9

Please sign in to comment.