Skip to content

Commit 82ef951

Browse files
Merge pull request 1Password#213 from 1Password/dr/release-1.13.1
chore: update changelogs and bump versions for v1.13.1
2 parents 5e68842 + 1b7ce4f commit 82ef951

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.13.1
2+
- Fix duplicate root added to walker: [#209](https://github.com/1Password/typeshare/pull/209)
3+
- Only assert if go package is present if generating go types: [#211](https://github.com/1Password/typeshare/pull/211)
4+
- Update shell completions for new generate function: [#212](https://github.com/1Password/typeshare/pull/212)
5+
16
# Version 1.13.0
27
- Update how logging is initialized: [#206](https://github.com/1Password/typeshare/pull/206)
38
- Don't recreate `Codable.swift` when the contents have not changed [#205](https://github.com/1Password/typeshare/pull/205)

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.0"
3+
version = "1.13.1"
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.0" }
29+
typeshare-core = { path = "../core", version = "=1.13.1" }
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.0"
3+
version = "1.13.1"
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)