Skip to content

Commit

Permalink
build: bump version to 0.1.2 (#47)
Browse files Browse the repository at this point in the history
* build: update changelog for v0.1.2

* build: bump version to 0.1.2
  • Loading branch information
Myriad-Dreamin authored Dec 14, 2023
1 parent 62b2c6e commit a26c700
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG/CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v0.1.2

## Changelog since v0.1.2

**Full Changelog**: https://github.com/Myriad-Dreamin/typst-book/compare/v0.1.1...v0.1.2

## Feature

- feat: automatically assign section number in https://github.com/Myriad-Dreamin/typst-book/pull/37
- dev: enable ligature feature in https://github.com/Myriad-Dreamin/typst-book/pull/38
- scripting: cross link support in https://github.com/Myriad-typstbook/pull/41
- scripting: support semantic link jump in https://github.mMyriad-Dreamin/typst-book/pull/42

## Enhancement

- theme: override target="\_blank" behavior in https://github.com/Myriad-Dreamin/typst-book/pull/27 and https://github.com/Myriad-Dreamin/typst-book/pull/28
- scripting: improve plain text conversion in https://github.com/Myriad-Dreamin/typst-book/pull/39
- This is used by conversion of typst title contents
- scripting: don't justify code block in https://github.com/Myriad-Dreamin/typst-book/pull/40
- You can update your template like it.
- build: upgrade typst.ts to 0.4.1 in https://github.com/Myriad-Dreamin/typst-book/pull/36
- It brings text selection enhancement

# v0.1.1

## Changelog since v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "A simple tool for creating modern online books in pure typst."
authors = ["typst-book Developers"]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typst-book",
"version": "0.1.1",
"version": "0.1.2",
"description": "Typst Book.",
"main": "dist/main.js",
"repository": "https://github.com/Myriad-Dreamin/typst-book",
Expand Down

0 comments on commit a26c700

Please sign in to comment.