Skip to content

Commit

Permalink
chore: update changelog and bump version numbers for release v1.10.0-…
Browse files Browse the repository at this point in the history
…beta.1
  • Loading branch information
Cerulan Lumina authored and Cerulan Lumina committed May 2, 2024
1 parent f5b1807 commit 360604c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Version 1.10.0-beta.0
# Version 1.10.0-beta

## 1.10.0-beta.1

Fixed a bug involving type aliases.

## 1.10.0-beta.0

This release brings support for multiple file generation, allowing splitting generated
files when used in large projects. This can dramatically increase compilation speed of
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typeshare-cli"
version = "1.10.0-beta.0"
version = "1.10.0-beta.1"
edition = "2021"
description = "Command Line Tool for generating language files with typeshare"
license = "MIT OR Apache-2.0"
Expand All @@ -22,5 +22,5 @@ once_cell = "1"
rayon = "1.10"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
typeshare-core = { path = "../core", version = "1.10.0-beta.0" }
typeshare-core = { path = "../core", version = "1.10.0-beta.1" }
anyhow = "1"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typeshare-core"
version = "1.10.0-beta.0"
version = "1.10.0-beta.1"
license = "MIT OR Apache-2.0"
edition = "2021"
description = "The code generator used by Typeshare's command line tool"
Expand Down

0 comments on commit 360604c

Please sign in to comment.