Skip to content

Commit dcba851

Browse files
committed
updated version
1 parent 0f43c35 commit dcba851

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Alchemist uses cetz to draw the molecules. This means that you can draw cetz sha
7878
To start using alchemist, just use the following code:
7979

8080
```typ
81-
#import "@preview/alchemist:0.1.7": *
81+
#import "@preview/alchemist:0.1.8": *
8282
8383
#skeletize({
8484
// Your molecule here
@@ -89,6 +89,10 @@ For more information, check the [manual](https://raw.githubusercontent.com/Robot
8989

9090
## Changelog
9191

92+
### 0.1.8
93+
94+
- Fixed bus introduced in 0.1.7
95+
9296
### 0.1.7
9397

9498
- Updated cetz to version 0.4.1

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alchemist"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
entrypoint = "lib.typ"
55
authors = ["Robotechnic <@Robotechnic>"]
66
license = "MIT"

0 commit comments

Comments
 (0)