Skip to content

Commit

Permalink
chore: update changelogs and bump versions for v1.10.0-beta.5 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespierce committed Jun 12, 2024
1 parent a03f5ef commit 8907868
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version 1.10.0-beta

## 1.10.0-beta.5

- Added support for Swift generic constraints via `#[typeshare(swiftGenericConstraints)]` [#174](https://github.com/1Password/typeshare/pull/174)
- Added Swift config option for defining constraints on `CodableVoid` generated type [#174](https://github.com/1Password/typeshare/pull/174)

## 1.10.0-beta.4

Fixed a bug involving `#[typeshare(skip)]` on fields in struct variants of enums.
Expand All @@ -14,7 +19,7 @@ This release brings support for multiple file generation, allowing splitting gen
files when used in large projects. This can dramatically increase compilation speed of
the generated files and increase maintainability.

This is a *pre-release* version which may have bugs or break compatibility.
This is a _pre-release_ version which may have bugs or break compatibility.

- Multiple file output [#166](https://github.com/1Password/typeshare/pull/166)

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.4"
version = "1.10.0-beta.5"
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.4" }
typeshare-core = { path = "../core", version = "1.10.0-beta.5" }
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.4"
version = "1.10.0-beta.5"
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 8907868

Please sign in to comment.