Skip to content

Commit

Permalink
chore: update version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerulan Lumina authored and Cerulan Lumina committed Apr 16, 2024
1 parent 3bfb8c9 commit 22933dc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Version 1.9.2

This release fixes a Cargo.lock error introduced in 1.9.1.

# Version 1.9.1

This release fixes a bug with Kotlin prefixes introduced in 1.9.0.

- Fix inner class referencing incorrect superclass referencing in Kotlin. [#165](https://github.com/1Password/typeshare/pull/165)

# Version 1.9.0

This release adds support for prefixing Kotlin type names (similarly to Swift) and some minor fixes.

- Added support for prefixing type names in Kotlin. [#159](https://github.com/1Password/typeshare/pull/159)

# Version 1.8.0

This release brings support for various Rust std smart pointers, as well as a CLI flag to opt-into following symbolic links. In addition, typeshare has been updated to use syn 2.0
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.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.9.1"
version = "1.9.2"
rust-version = "1.57"
edition = "2021"
description = "Command Line Tool for generating language files with typeshare"
Expand All @@ -23,4 +23,4 @@ once_cell = "1"
rayon = "1.5"
serde = { version = "1.0.164", features = ["derive"] }
toml = "0.5"
typeshare-core = { path = "../core", version = "1.9.1" }
typeshare-core = { path = "../core", version = "1.9.2" }
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.9.1"
version = "1.9.2"
rust-version = "1.57"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 22933dc

Please sign in to comment.