Skip to content

Commit b3b441f

Browse files
committed
bump README to v0.0.3
1 parent 2308c5f commit b3b441f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typst-tablex (v0.0.2)
1+
# typst-tablex (v0.0.3)
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.3](#v003)
2121
* [v0.0.2](#v002)
2222
* [v0.0.1](#v001)
2323
* [0.1.0 Roadmap](#010-roadmap)
@@ -26,7 +26,7 @@
2626

2727
To use this library, download the file `tablex.typ` from the latest release (or from the repository itself) and place it on the same folder as your own typst file. Then, at the top of your file, write for example `#import "tablex.typ": tablex, cellx` (plus whatever other function you use from the library).
2828

29-
This library should be compatible with Typst v0.1.0, v0.2.0 and v0.3.0. (Previous versions weren't tested.)
29+
This library should be compatible with Typst v0.1.0, v0.2.0, v0.3.0, v0.4.0 and v0.5.0. (Previous versions weren't tested.)
3030
**Using the latest typst version (v0.2.0+) is recommended**, as it fixes certain minor layout issues, and also brings compilation speed improvements.
3131

3232
## Features
@@ -542,7 +542,7 @@ Another example (summing columns):
542542
543543
## Changelog
544544
545-
### Unreleased
545+
### v0.0.3
546546
547547
- Added support for Typst v0.4.0 and v0.5.0.
548548
- The tablex options `fill:` and `align:` now accept arrays of values for each column (https://github.com/PgBiel/typst-tablex/issues/13).

0 commit comments

Comments
 (0)