Skip to content

Commit 42cd0b0

Browse files
committed
change README to v0.0.4
1 parent 085921f commit 42cd0b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typst-tablex (v0.0.3)
1+
# typst-tablex (v0.0.4)
22
**More powerful and customizable tables in Typst.**
33

44
**NOTE:** This library still has a few bugs, but most of them shouldn't be noticeable. **Please open an issue if you find a bug** and I'll get to it as soon as I can. **(Do not be afraid to open issues!! Also, PRs are welcome!)**
@@ -17,7 +17,7 @@
1717
* [Basic types and functions](#basic-types-and-functions)
1818
* [Gridx and Tablex](#gridx-and-tablex)
1919
* [Changelog](#changelog)
20-
* [Unreleased](#unreleased)
20+
* [v0.0.4](#v004)
2121
* [v0.0.3](#v003)
2222
* [v0.0.2](#v002)
2323
* [v0.0.1](#v001)
@@ -543,8 +543,9 @@ Another example (summing columns):
543543
544544
## Changelog
545545
546-
### Unreleased
546+
### v0.0.4
547547
548+
- Added `typst.toml` to support Typst v0.6.0's soon-to-be-released package manager (see https://github.com/PgBiel/typst-tablex/issues/22).
548549
- Fixed a division by zero regression from v0.0.3 (https://github.com/PgBiel/typst-tablex/issues/19).
549550
- Fixed a bug where cells placed in arbitrary positions could force an extra empty row to appear (https://github.com/PgBiel/typst-tablex/issues/16).
550551
- Fixed `hlinex(gutter-restrict: top)` causing the hline to just disappear (https://github.com/PgBiel/typst-tablex/issues/20).

0 commit comments

Comments
 (0)