Version bump

This commit is contained in:
Laurenz 2023-08-07 17:19:41 +02:00
parent e0cc269959
commit da8367e189
3 changed files with 11 additions and 9 deletions

14
Cargo.lock generated
View File

@ -2550,7 +2550,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "typst"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"bitflags 2.3.1",
"bytemuck",
@ -2594,7 +2594,7 @@ dependencies = [
[[package]]
name = "typst-cli"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"chrono",
"clap",
@ -2628,7 +2628,7 @@ dependencies = [
[[package]]
name = "typst-docs"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"comemo",
"heck",
@ -2648,7 +2648,7 @@ dependencies = [
[[package]]
name = "typst-library"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"az",
"chinese-number",
@ -2686,7 +2686,7 @@ dependencies = [
[[package]]
name = "typst-macros"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"heck",
"proc-macro2",
@ -2696,7 +2696,7 @@ dependencies = [
[[package]]
name = "typst-syntax"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"comemo",
"ecow",
@ -2711,7 +2711,7 @@ dependencies = [
[[package]]
name = "typst-tests"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"clap",
"comemo",

View File

@ -3,7 +3,7 @@ members = ["crates/*", "tests"]
default-members = ["crates/typst-cli"]
[workspace.package]
version = "0.6.0"
version = "0.7.0"
rust-version = "1.70" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"

View File

@ -5,7 +5,7 @@ description: |
---
# Changelog
## Unreleased
## Version 0.7.0 (August 7, 2023) { #v0.7.0 }
- Text and Layout
- Added support for floating figures through the
[`placement`]($func/figure.placement) argument on the figure function
@ -147,6 +147,8 @@ description: |
they have the same [bug](https://github.com/typst/typst/issues/1842) that
the CLI world had
<contributors from="v0.6.0" to="v0.7.0" />
## Version 0.6.0 (June 30, 2023) { #v0.6.0 }
- Package Management
- Typst now has built-in [package management]($scripting/#packages)