We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfe8db commit 6347ed1Copy full SHA for 6347ed1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 0.3.2
4
+
5
+- Fix a bug where some information would not be retrieved properly.
6
7
## Version 0.3.1
8
9
- Improve `codepoint` show rule.
LICENSE
@@ -1,4 +1,4 @@
-Copyright © 2024 Malo <https://github.com/MDLC01>
+Copyright © 2025 Malo <https://github.com/MDLC01>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
src/typst.toml
@@ -1,6 +1,6 @@
[package]
name = "unichar"
-version = "0.3.1"
+version = "0.3.2"
entrypoint = "lib.typ"
authors = ["Malo <@MDLC01>"]
license = "MIT AND Unicode-3.0"
0 commit comments