Skip to content

Commit 66bdec3

Browse files
Merge pull request 1Password#215 from 1Password/dr/v1.13.2
Update to v1.13.2
2 parents 00eeb01 + 5b33b2f commit 66bdec3

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 1.13.2
2+
- Fix binary name in --help --version so typeshare is the name and not typeshare-cli: [#214](https://github.com/1Password/typeshare/pull/214)
3+
14
# Version 1.13.1
25
- Fix duplicate root added to walker: [#209](https://github.com/1Password/typeshare/pull/209)
36
- Only assert if go package is present if generating go types: [#211](https://github.com/1Password/typeshare/pull/211)

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.13.1"
3+
version = "1.13.2"
44
edition = "2021"
55
description = "Command Line Tool for generating language files with typeshare"
66
license = "MIT OR Apache-2.0"
@@ -26,7 +26,7 @@ once_cell = "1"
2626
rayon = "1.10"
2727
serde = { version = "1", features = ["derive"] }
2828
toml = "0.8"
29-
typeshare-core = { path = "../core", version = "=1.13.1" }
29+
typeshare-core = { path = "../core", version = "=1.13.2" }
3030
log.workspace = true
3131
flexi_logger.workspace = true
3232
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.13.1"
3+
version = "1.13.2"
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)