Skip to content

Commit

Permalink
chore: bump to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed May 22, 2024
1 parent 82f4ebc commit b8f2ec6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions typst.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name="bytefield"
version = "0.0.5"
version = "0.0.6"
entrypoint = "bytefield.typ"
authors = ["Jomaway <https://github.com/jomaway>"]
license = "MIT"
description = "A package to create network protocol headers, memory map, register definitions and more."
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/*"]
exclude = ["example.typ", "docs.typ", "**.pdf", "**.png", "tests/*"]

0 comments on commit b8f2ec6

Please sign in to comment.