Skip to content

Commit

Permalink
chore(update): bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed Mar 10, 2024
1 parent 548fecb commit f10d8af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using [tablex](https://github.com/PgBiel/typst-tablex) under the hood.
![random colored bytefield example](docs/bytefield_example.png)

```typst
#import "@preview/bytefield:0.0.4": *
#import "@preview/bytefield:0.0.5": *
#bytefield(
// Config the header
Expand All @@ -27,7 +27,6 @@ bitheader(
23, [end_test],
24, [start_break],
36, [Fix], // will not be shown
marker: auto, // auto or none (default: auto)
angle: -50deg, // angle (default: -60deg)
text-size: 8pt, // length (default: global header_font_size or 9pt)
),
Expand Down Expand Up @@ -58,7 +57,7 @@ bytes(2)[_End_],

## Usage

To use this library through the Typst package manager import bytefield with `#import "@preview/bytefield:0.0.4": *` at the top of your file.
To use this library through the Typst package manager import bytefield with `#import "@preview/bytefield:0.0.5": *` at the top of your file.

The package contains some of the most common network protocol headers which are available under: `common.ipv4`, `common.ipv6`, `common.icmp`, `common.icmpv6`, `common.dns`, `common.tcp`, `common.udp`.

Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name="bytefield"
version = "0.0.4"
version = "0.0.5"
entrypoint = "bytefield.typ"
authors = ["Jomaway <https://github.com/jomaway>"]
license = "MIT"
Expand Down

0 comments on commit f10d8af

Please sign in to comment.