Version bump

This commit is contained in:
Laurenz 2023-10-31 01:36:21 +01:00
parent 9f96386ad1
commit 7bb4f6df44
3 changed files with 12 additions and 10 deletions

16
Cargo.lock generated
View File

@ -2869,7 +2869,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]] [[package]]
name = "typst" name = "typst"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags 2.4.1", "bitflags 2.4.1",
@ -2917,7 +2917,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-cli" name = "typst-cli"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@ -2960,7 +2960,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-docs" name = "typst-docs"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"comemo", "comemo",
"ecow", "ecow",
@ -2981,7 +2981,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-ide" name = "typst-ide"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"comemo", "comemo",
"ecow", "ecow",
@ -2994,7 +2994,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-library" name = "typst-library"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"az", "az",
"chinese-number", "chinese-number",
@ -3034,7 +3034,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-macros" name = "typst-macros"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
@ -3044,7 +3044,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-syntax" name = "typst-syntax"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"comemo", "comemo",
"ecow", "ecow",
@ -3059,7 +3059,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-tests" name = "typst-tests"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"clap", "clap",
"comemo", "comemo",

View File

@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.8.0" version = "0.9.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.9.0 (October 31, 2023) { #v0.9.0 }
- Bibliography management - Bibliography management
- New bibliography engine based on [CSL](https://citationstyles.org/) - New bibliography engine based on [CSL](https://citationstyles.org/)
(Citation Style Language). Ships with about 100 commonly used citation (Citation Style Language). Ships with about 100 commonly used citation
@ -191,6 +191,8 @@ description: |
- Fixed compilation of `typst` by itself (without `typst-library`) - Fixed compilation of `typst` by itself (without `typst-library`)
- Fixed warnings with Nix flake when using `lib.getExe` - Fixed warnings with Nix flake when using `lib.getExe`
<contributors from="v0.8.0" to="v0.9.0" />
## Version 0.8.0 (September 13, 2023) { #v0.8.0 } ## Version 0.8.0 (September 13, 2023) { #v0.8.0 }
- Scripting - Scripting
- Plugins (thanks to [@astrale-sharp](https://github.com/astrale-sharp) and - Plugins (thanks to [@astrale-sharp](https://github.com/astrale-sharp) and