Version bump
This commit is contained in:
parent
33a3607dea
commit
2dfd44fedd
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -2413,7 +2413,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
||||
|
||||
[[package]]
|
||||
name = "typst"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"bitflags 2.3.1",
|
||||
"bytemuck",
|
||||
@ -2455,7 +2455,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typst-cli"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap 4.2.7",
|
||||
@ -2486,7 +2486,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typst-docs"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"heck",
|
||||
@ -2506,7 +2506,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typst-library"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"az",
|
||||
"chinese-number",
|
||||
@ -2544,7 +2544,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typst-macros"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
@ -2554,7 +2554,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typst-tests"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"clap 4.2.7",
|
||||
"comemo",
|
||||
|
@ -3,7 +3,7 @@ members = ["cli", "docs", "library", "macros", "tests"]
|
||||
default-members = ["cli"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
rust-version = "1.70" # also change in ci.yml
|
||||
authors = ["The Typst Project Developers"]
|
||||
edition = "2021"
|
||||
|
@ -5,7 +5,7 @@ description: |
|
||||
---
|
||||
|
||||
# Changelog
|
||||
## Unreleased
|
||||
## Version 0.6.0 (June 30, 2023) { #v0.6.0 }
|
||||
- Package Management
|
||||
- Typst now has built-in [package management]($scripting/#packages)
|
||||
- You can import [published]($packages) community packages or create and use
|
||||
@ -54,15 +54,17 @@ description: |
|
||||
- Added some hints for error messages
|
||||
- Added some missing syntaxes for [`raw`]($func/raw) highlighting
|
||||
- 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 inconsistent tense in documentation
|
||||
|
||||
- Development
|
||||
- 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)_
|
||||
|
||||
<contributors from="v0.5.0" to="v0.6.0" />
|
||||
|
||||
## Version 0.5.0 (June 9, 2023) { #v0.5.0 }
|
||||
- Text and Layout
|
||||
- Added [`raw`]($func/raw) syntax highlighting for many more languages
|
||||
|
Loading…
Reference in New Issue
Block a user