Skip to content

Commit af06f27

Browse files
Release 0.1.0 (#54)
2 parents 532970c + 62a63c2 commit af06f27

45 files changed

Lines changed: 37 additions & 34 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020
packages: imagemagick cargo parallel
2121
version: 1.0
2222
- name: Install just from crates.io
23-
uses: baptiste0928/cargo-install@v2.2.0
23+
uses: baptiste0928/cargo-install@v3
2424
with:
2525
crate: just
2626
- name: Install typst-test from github
27-
uses: baptiste0928/cargo-install@v2.2.0
27+
uses: baptiste0928/cargo-install@v3
2828
with:
2929
crate: typst-test
3030
git: https://github.com/tingerrr/typst-test.git
3131
tag: ci-semi-stable
3232
- run: |
3333
mkdir -p ~/.local/share/typst/packages/preview/cetz
34-
git clone --depth 1 --branch v0.3.0 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.3.0
34+
git clone --depth 1 --branch v0.3.1 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.3.1
3535
- uses: typst-community/setup-typst@v3
3636
with:
37-
typst-version: '0.12.0-rc1'
37+
typst-version: '0.12.0-rc2'
3838
cache-dependency-path: src/cetz.typ
3939
- run: |
4040
just install @local

README.md

Lines changed: 2 additions & 2 deletions

gallery/barchart.png

-28 Bytes

gallery/barchart.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/cetz:0.3.0": canvas, draw
1+
#import "@preview/cetz:0.3.1": canvas, draw
22
#import "@preview/cetz-plot:0.1.0": chart
33

44
#set page(width: auto, height: auto, margin: .5cm)

gallery/line.png

-4.14 KB

gallery/line.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/cetz:0.3.0": canvas, draw
1+
#import "@preview/cetz:0.3.1": canvas, draw
22
#import "@preview/cetz-plot:0.1.0": plot
33

44
#set page(width: auto, height: auto, margin: .5cm)

gallery/piechart.png

-28 Bytes

gallery/piechart.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/cetz:0.3.0"
1+
#import "@preview/cetz:0.3.1"
22
#import "@preview/cetz-plot:0.1.0": chart
33

44
#set page(width: auto, height: auto, margin: .5cm)

manual.pdf

4.59 KB
Binary file not shown.

manual.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#import "/doc/example.typ": example
44
#import "/doc/style.typ" as doc-style
55
#import "/src/lib.typ": *
6-
#import "@preview/tidy:0.2.0"
6+
#import "@preview/tidy:0.3.0"
77

88

99
// Usage:
@@ -39,7 +39,7 @@ CeTZ-Plot is a simple plotting library for use with CeTZ.
3939

4040
This is the minimal starting point:
4141
#pad(left: 1em)[```typ
42-
#import "@preview/cetz:0.3.0"
42+
#import "@preview/cetz:0.3.1"
4343
#import "@preview/cetz-plot:0.1.0"
4444
#cetz.canvas({
4545
import cetz.draw: *

0 commit comments

Comments
 (0)