Skip to content

Commit 360604c

Browse files
Cerulan LuminaCerulan Lumina
Cerulan Lumina
authored and
Cerulan Lumina
committed
chore: update changelog and bump version numbers for release v1.10.0-beta.1
1 parent f5b1807 commit 360604c

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Version 1.10.0-beta.0
1+
# Version 1.10.0-beta
2+
3+
## 1.10.0-beta.1
4+
5+
Fixed a bug involving type aliases.
6+
7+
## 1.10.0-beta.0
28

39
This release brings support for multiple file generation, allowing splitting generated
410
files when used in large projects. This can dramatically increase compilation speed of

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typeshare-cli"
3-
version = "1.10.0-beta.0"
3+
version = "1.10.0-beta.1"
44
edition = "2021"
55
description = "Command Line Tool for generating language files with typeshare"
66
license = "MIT OR Apache-2.0"
@@ -22,5 +22,5 @@ once_cell = "1"
2222
rayon = "1.10"
2323
serde = { version = "1", features = ["derive"] }
2424
toml = "0.8"
25-
typeshare-core = { path = "../core", version = "1.10.0-beta.0" }
25+
typeshare-core = { path = "../core", version = "1.10.0-beta.1" }
2626
anyhow = "1"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typeshare-core"
3-
version = "1.10.0-beta.0"
3+
version = "1.10.0-beta.1"
44
license = "MIT OR Apache-2.0"
55
edition = "2021"
66
description = "The code generator used by Typeshare's command line tool"

0 commit comments

Comments
 (0)