Skip to content

Commit 0e32614

Browse files
committed
Release 0.2.4 (first release of the notty-community fork)
1 parent f30eed8 commit 0e32614

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## unreleased
1+
## v0.2.4 (2025-10-09)
22

3+
* Rename the library from `notty` to `notty-community`. The module names are unchanged (Kate Deplaix)
4+
* Add support for OCaml 5.4 (Florian Angeletti)
35
* Moved to Dune 3.0. (Antonin Décimo)
4-
* Update to Unicode 16. (Antonin Décimo)
6+
* Update to Unicode 17. (Antonin Décimo, Kate Deplaix)
7+
* Introduce the `bench` dune profile to build the benchmark (Kate Deplaix)
8+
* Introduce the `regenerate` dune profile to update the `Notty_uucp_data` module (Kate Deplaix)
59

610
## v0.2.3 (2022-09-02)
711

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(lang dune 3.0)
22
(name notty-community)
3+
(version 0.2.4)
34

45
(formatting disabled)
56
(generate_opam_files false)

notty-community.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "0.2.4"
23
synopsis: "Declaring terminals"
34
description: """
45
Notty is a declarative terminal library for OCaml structured around a notion

0 commit comments

Comments
 (0)