File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11[package ]
22name = " typeshare-cli"
3- version = " 1.13.0 "
3+ version = " 1.13.1 "
44edition = " 2021"
55description = " Command Line Tool for generating language files with typeshare"
66license = " MIT OR Apache-2.0"
@@ -26,7 +26,7 @@ once_cell = "1"
2626rayon = " 1.10"
2727serde = { version = " 1" , features = [" derive" ] }
2828toml = " 0.8"
29- typeshare-core = { path = " ../core" , version = " =1.13.0 " }
29+ typeshare-core = { path = " ../core" , version = " =1.13.1 " }
3030log.workspace = true
3131flexi_logger.workspace = true
3232anyhow = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " typeshare-core"
3- version = " 1.13.0 "
3+ version = " 1.13.1 "
44license = " MIT OR Apache-2.0"
55edition = " 2021"
66description = " The code generator used by Typeshare's command line tool"
You can’t perform that action at this time.
0 commit comments