Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Jan 13, 2024
1 parent ca00240 commit 9ffd532
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 0.9.0
- Upgrade to Typst 0.10.0
- Remove SVGO dependency
- SVG output now scales with the line size [#39](https://github.com/fenjalien/obsidian-typst/issues/39)


# 0.8.0
- Upgrade to Typst 0.9.0
- Fix slow loading times [#34](https://github.com/fenjalien/obsidian-typst/issues/34)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ Renders `typst` code blocks, and optionally math blocks, into images using [Typs

| Plugin | Typst |
|-|-|
| 0.9 | 0.10.0 |
| 0.8 | 0.9.0 |
| 0.7 | 0.8.0 |
| 0.6 | [522708b](https://github.com/typst/typst/commit/522708b9df0b9b2f8265938aa1f0aeda8e6e6c1f) (Some commits after 0.7.0 to include SVG export) |
Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obsidian-typst"
version = "0.8.0"
version = "0.9.0"
authors = ["fenjalien"]
edition = "2021"
description = "Renders `typst` code blocks to images with Typst."
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "typst",
"name": "Typst Renderer",
"version": "0.8.0",
"version": "0.9.0",
"minAppVersion": "1.0.0",
"description": "Renders `typst` code blocks and math blocks with Typst.",
"author": "fenjalien",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-typst-plugin",
"version": "0.8.0",
"version": "0.9.0",
"description": "Renders `typst` code blocks to images with Typst.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
@@ -1,5 +1,5 @@
{
"0.8.0": "1.0.0",
"0.9.0": "1.0.0",
"0.7.1": "1.0.0",
"0.7.0": "1.0.0",
"0.6.0": "1.0.0",
Expand Down

0 comments on commit 9ffd532

Please sign in to comment.