diff --git a/CHANGELOG.md b/CHANGELOG.md index a617869..0ef2375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.6] - (2024-05-22) + +- Removed tablex dependencies +- Fixed bracket hight calculation +- Feat: Add option to specify row to note-fields. +- Feat: Allow pattern as fill arguments +- Replaced locate with context + ## [0.0.5] - (2024-03-11) ### Added diff --git a/typst.toml b/typst.toml index 55fe654..20a83e3 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name="bytefield" -version = "0.0.5" +version = "0.0.6" entrypoint = "bytefield.typ" authors = ["Jomaway "] license = "MIT" @@ -8,4 +8,4 @@ description = "A package to create network protocol headers, memory map, registe repository = "https://github.com/jomaway/typst-bytefield" keywords = ["bytefields", "protocol", "header", "memory", "map", "register"] compiler = "0.10.0" -exclude = ["example.typ", "docs.typ", "**.pdf", "**.png", "tests/*"] \ No newline at end of file +exclude = ["example.typ", "docs.typ", "**.pdf", "**.png", "tests/*"]