chore: bump package version to 0.3.0 and minimum compiler to 0.15.0

This commit is contained in:
David Stadelmann
2026-07-01 09:55:47 +02:00
parent a0f8562226
commit a51ac809d8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ For more information, see the [manual](manual.pdf)
To use this package, simply import [circuiteria](https://typst.app/universe/package/circuiteria) and call the `circuit` function:
```typ
#import "@preview/circuiteria:0.2.0"
#import "@preview/circuiteria:0.3.0"
#circuiteria.circuit({
import circuiteria: *
...
+1 -1
View File
@@ -105,7 +105,7 @@ This package provides a way to make beautiful block circuit diagrams using the C
Simply import Circuiteria and call the `circuit` function:
#pad(left: 1em)[```typ
#import "@preview/circuiteria:0.2.0"
#import "@preview/circuiteria:0.3.0"
#circuiteria.circuit({
import circuiteria: *
...
+1 -1
View File
@@ -1,4 +1,4 @@
#let version = version(0, 2, 0)
#let version = version(0, 3, 0)
#import "circuit.typ": circuit
#import "element.typ"
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "circuiteria"
version = "0.2.0"
compiler = "0.13.0"
version = "0.3.0"
compiler = "0.15.0"
repository = "https://git.kb28.ch/HEL/circuiteria"
entrypoint = "src/lib.typ"
authors = [