File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.13.0
2
+ - Update how logging is initialized: [ #206 ] ( https://github.com/1Password/typeshare/pull/206 )
3
+ - Don't recreate ` Codable.swift ` when the contents have not changed [ #205 ] ( https://github.com/1Password/typeshare/pull/205 )
4
+ - Fix target_os parsing when no --target-os is provided [ #204 ] ( https://github.com/1Password/typeshare/pull/204 )
5
+
1
6
# Version 1.12.0
2
7
3
8
- Optional slices in Go no longer trigger a pointer redirection.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " typeshare-cli"
3
- version = " 1.12 .0"
3
+ version = " 1.13 .0"
4
4
edition = " 2021"
5
5
description = " Command Line Tool for generating language files with typeshare"
6
6
license = " MIT OR Apache-2.0"
@@ -16,17 +16,17 @@ go = []
16
16
17
17
[dependencies ]
18
18
clap = { version = " 4.5" , features = [
19
- " cargo" ,
20
- " derive" ,
21
- " unicode" ,
22
- " wrap_help" ,
19
+ " cargo" ,
20
+ " derive" ,
21
+ " unicode" ,
22
+ " wrap_help" ,
23
23
] }
24
24
ignore = " 0.4"
25
25
once_cell = " 1"
26
26
rayon = " 1.10"
27
27
serde = { version = " 1" , features = [" derive" ] }
28
28
toml = " 0.8"
29
- typeshare-core = { path = " ../core" , version = " =1.12 .0" }
29
+ typeshare-core = { path = " ../core" , version = " =1.13 .0" }
30
30
log.workspace = true
31
31
flexi_logger.workspace = true
32
32
anyhow = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " typeshare-core"
3
- version = " 1.12 .0"
3
+ version = " 1.13 .0"
4
4
license = " MIT OR Apache-2.0"
5
5
edition = " 2021"
6
6
description = " The code generator used by Typeshare's command line tool"
You can’t perform that action at this time.
0 commit comments