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.3
  • Loading branch information
Cerulan Lumina authored and Cerulan Lumina committed May 28, 2024
1 parent c32a95a commit 4fd32b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version 1.10.0-beta

## 1.10.0-beta.3

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

## 1.10.0-beta.2

Fixed a bug involving type aliases.
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.

2 changes: 1 addition & 1 deletion 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.2"
version = "1.10.0-beta.3"
edition = "2021"
description = "Command Line Tool for generating language files with typeshare"
license = "MIT OR Apache-2.0"
Expand Down
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.2"
version = "1.10.0-beta.3"
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 4fd32b1

Please sign in to comment.