Skip to content

Commit bb01f13

Browse files
committed
bump version to v0.2.0
1 parent cd731e1 commit bb01f13

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
## Changed
88

9-
## Migration Guide from v0.1.x
9+
## Migration Guide from v0.2.x
10+
11+
# [v0.2.0](https://github.com/wisp3rwind/typst-scaffolder/releases/tag/v0.2.0)
12+
- Rename to `scaffolder` to meet Typst preview naming requirements
1013

1114

1215
# [v0.1.1](https://github.com/wisp3rwind/typst-scaffolder/releases/tag/v0.1.1)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release checklist
2-
2+
- Update version in `typst.toml` and `README.md`
33
- Check & finalize changelog, commit
44
- create a new tag and push it, this triggers the release workflow
55
- Create a PR against the typst packages repository
@@ -13,7 +13,7 @@
1313
1414
## Changed
1515
16-
## Migration Guide from v0.1.x
16+
## Migration Guide from vX.Y.Z
1717
```
1818

1919
# Testing

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scaffolder"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
compiler = "0.12.0"
55
repository = "https://github.com/wisp3rwind/typst-scaffolder"
66
entrypoint = "src/lib.typ"

0 commit comments

Comments
 (0)