Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
pqwy committed Sep 2, 2022
1 parent 389366c commit e035d06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.2.3 (2022-09-02)

* Moved to Dune.
* Renders faster, uses less memory.
* Nested uses of `I.pp_attr` within `I.strf` now stack, instead of replacing.
* Removed dependency on Uucp. Uses internal data instead (Unicode 13).
* Support OCaml 4.08 - 4.14. Thanks to @kit-ty-kate for the 4.14 fixes.

## v0.2.2 (2019-02-19)

* Fix a long-standing terminal cleanup bug. Reported by @ttamttam, fix by @cfcs.
Expand Down
2 changes: 1 addition & 1 deletion notty.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
homepage: "https://github.com/pqwy/notty"
dev-repo: "git+https://github.com/pqwy/notty.git"
bug-reports: "https://github.com/pqwy/notty/issues"
doc: "http://pqwy.github.io/notty/doc"
doc: "https://pqwy.github.io/notty/doc"
author: "David Kaloper <dk505@cam.ac.uk>"
maintainer: "David Kaloper <dk505@cam.ac.uk>"
license: "ISC"
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(library
(public_name notty)
(synopsis "Declaring terminals")
(libraries uchar uutf)
(libraries uutf)
(wrapped false)
(modules notty notty_grapheme_cluster notty_uucp notty_uucp_data)
(private_modules notty_grapheme_cluster notty_uucp notty_uucp_data))
Expand Down

0 comments on commit e035d06

Please sign in to comment.