Skip to content

Commit

Permalink
Update to v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Nov 21, 2024
1 parent 00eeb01 commit 5b33b2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.13.2
- Fix binary name in --help --version so typeshare is the name and not typeshare-cli: [#214](https://github.com/1Password/typeshare/pull/214)

# Version 1.13.1
- Fix duplicate root added to walker: [#209](https://github.com/1Password/typeshare/pull/209)
- Only assert if go package is present if generating go types: [#211](https://github.com/1Password/typeshare/pull/211)
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.13.1"
version = "1.13.2"
edition = "2021"
description = "Command Line Tool for generating language files with typeshare"
license = "MIT OR Apache-2.0"
Expand All @@ -26,7 +26,7 @@ once_cell = "1"
rayon = "1.10"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
typeshare-core = { path = "../core", version = "=1.13.1" }
typeshare-core = { path = "../core", version = "=1.13.2" }
log.workspace = true
flexi_logger.workspace = true
anyhow = "1"
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.13.1"
version = "1.13.2"
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 5b33b2f

Please sign in to comment.