Skip to content

Commit 860e203

Browse files
committed
Bump to 0.3.0
1 parent 8b4205c commit 860e203

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.3.0
4+
5+
- Add `math-class` attribute to codepoints.
6+
- Some codepoints have their math class overridden by Typst. This is the Unicode math class, not the one used by Typst.
7+
8+
- The `id` of codepoints now returns a string without the `"U+"` prefix.
9+
310
## Version 0.2.0
411

512
- Codepoints now have an `id` attribute which is its corresponding "U+xxxx" string.

src/typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unichar"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
entrypoint = "lib.typ"
55
authors = ["Malo <@MDLC01>"]
66
license = "MIT AND Unicode-3.0"

0 commit comments

Comments
 (0)