Skip to content

Commit

Permalink
build: bump version to 0.1.3 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Mar 28, 2024
1 parent a88b771 commit 5ec116a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG/CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.1.3

## Changelog since v0.1.3

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

Most efforts are internal improvements and there is no external changes since v0.1.2.

- Implemented new text selection, which already works great on simple pages.
- Improved performance on large pages. Note: you may still get bad performance if you set `#set page(height: auto)`, which will get improved in the future.

# v0.1.2

## Changelog since v0.1.2
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.2"
version = "0.1.3"
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.2",
"version": "0.1.3",
"description": "Typst Book.",
"main": "dist/main.js",
"repository": "https://github.com/Myriad-Dreamin/typst-book",
Expand Down

0 comments on commit 5ec116a

Please sign in to comment.