diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b20d6..4d5844e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,25 @@ # [unreleased](https://github.com/tingerrr/subpar/tags/) ## Added -- added scope paramter to `super` and `grid` ## Removed +## Changed + +## Fixed + +--- + +# [v0.2.0](https://github.com/tingerrr/subpar/tags/v0.2.0) +## Added +- added scope paramter to `super` and `grid` + ## Changed - updated minimum compiler version to 0.12.0 ## Fixed - Passing `grid` sub-elements to `subpar.grid` now correctly passses them though to `grid` +- cleaned up changelog --- @@ -18,10 +28,6 @@ - Default implementations for figure show rules - Manual examples about changing the figure appearances -## Removed - -## Changed - ## Fixed - non-image kinds are correctly used in `subpar.grid` - setting supplements manually no longer causes a panic diff --git a/README.md b/README.md index 0dd99f4..6143ac1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Subpar is a [Typst] package for creating sub figures. ```typst -#import "@preview/subpar:0.1.1" +#import "@preview/subpar:0.2.0" #set page(height: auto) #set par(justify: true) diff --git a/doc/manual.pdf b/doc/manual.pdf index 761eeb1..27b3857 100644 Binary files a/doc/manual.pdf and b/doc/manual.pdf differ diff --git a/examples/example.png b/examples/example.png index df344d8..456ba1a 100644 Binary files a/examples/example.png and b/examples/example.png differ diff --git a/typst.toml b/typst.toml index 62c6d37..23dcc39 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] entrypoint = "src/lib.typ" name = "subpar" -version = "0.1.1" +version = "0.2.0" compiler = "0.12.0" authors = ["tinger "] repository = "https://github.com/tingerrr/subpar"