Skip to content

Commit 2262a56

Browse files
Cerulan LuminaCerulan Lumina
authored andcommitted
chore: update changelog and bump version numbers for release v1.10.0-beta.4
1 parent 4fd32b1 commit 2262a56

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version 1.10.0-beta
22

3-
## 1.10.0-beta.3
3+
## 1.10.0-beta.4
44

55
Fixed a bug involving `#[typeshare(skip)]` on fields in struct variants of enums.
66

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.3"
3+
version = "1.10.0-beta.4"
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.2" }
25+
typeshare-core = { path = "../core", version = "1.10.0-beta.4" }
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.3"
3+
version = "1.10.0-beta.4"
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)