Version bump

This commit is contained in:
Laurenz 2023-06-30 16:21:22 +02:00
parent 33a3607dea
commit 2dfd44fedd
3 changed files with 12 additions and 10 deletions

12
Cargo.lock generated
View File

@ -2413,7 +2413,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]] [[package]]
name = "typst" name = "typst"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.1",
"bytemuck", "bytemuck",
@ -2455,7 +2455,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-cli" name = "typst-cli"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap 4.2.7", "clap 4.2.7",
@ -2486,7 +2486,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-docs" name = "typst-docs"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"comemo", "comemo",
"heck", "heck",
@ -2506,7 +2506,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-library" name = "typst-library"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"az", "az",
"chinese-number", "chinese-number",
@ -2544,7 +2544,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-macros" name = "typst-macros"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
@ -2554,7 +2554,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-tests" name = "typst-tests"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"clap 4.2.7", "clap 4.2.7",
"comemo", "comemo",

View File

@ -3,7 +3,7 @@ members = ["cli", "docs", "library", "macros", "tests"]
default-members = ["cli"] default-members = ["cli"]
[workspace.package] [workspace.package]
version = "0.5.0" version = "0.6.0"
rust-version = "1.70" # also change in ci.yml rust-version = "1.70" # also change in ci.yml
authors = ["The Typst Project Developers"] authors = ["The Typst Project Developers"]
edition = "2021" edition = "2021"

View File

@ -5,7 +5,7 @@ description: |
--- ---
# Changelog # Changelog
## Unreleased ## Version 0.6.0 (June 30, 2023) { #v0.6.0 }
- Package Management - Package Management
- Typst now has built-in [package management]($scripting/#packages) - Typst now has built-in [package management]($scripting/#packages)
- You can import [published]($packages) community packages or create and use - You can import [published]($packages) community packages or create and use
@ -54,15 +54,17 @@ description: |
- Added some hints for error messages - Added some hints for error messages
- Added some missing syntaxes for [`raw`]($func/raw) highlighting - Added some missing syntaxes for [`raw`]($func/raw) highlighting
- Improved rendering of rotated images in PNG export and web app - Improved rendering of rotated images in PNG export and web app
- Made [footnotes]($func/footnote) reusable and referencable - Made [footnotes]($func/footnote) reusable and referenceable
- Fixed bug with citations and bibliographies in [`locate`]($func/locate) - Fixed bug with citations and bibliographies in [`locate`]($func/locate)
- Fixed inconsistent tense in documentation - Fixed inconsistent tense in documentation
- Development - Development
- Added [contribution guide](https://github.com/typst/typst/blob/main/CONTRIBUTING.md) - Added [contribution guide](https://github.com/typst/typst/blob/main/CONTRIBUTING.md)
- Reworked `World` interface to accommodate for package managment and make - Reworked `World` interface to accommodate for package management and make
it a bit simpler to implement _(Breaking change for implementors)_ it a bit simpler to implement _(Breaking change for implementors)_
<contributors from="v0.5.0" to="v0.6.0" />
## Version 0.5.0 (June 9, 2023) { #v0.5.0 } ## Version 0.5.0 (June 9, 2023) { #v0.5.0 }
- Text and Layout - Text and Layout
- Added [`raw`]($func/raw) syntax highlighting for many more languages - Added [`raw`]($func/raw) syntax highlighting for many more languages