File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ members = [
66resolver = " 2"
77
88[workspace .package ]
9- version = " 0.1.7 "
9+ version = " 0.1.8 "
1010edition = " 2024"
1111authors = [" ccsync contributors" ]
1212license = " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.8] ( https://github.com/onsails/ccsync/compare/ccsync-core-v0.1.7...ccsync-core-v0.1.8 ) - 2025-11-24
11+
12+ ### Fixed
13+
14+ - override r--r--r--
15+
16+ ### Other
17+
18+ - x.x versions
19+
1020## [ 0.1.7] ( https://github.com/onsails/ccsync/compare/ccsync-core-v0.1.6...ccsync-core-v0.1.7 ) - 2025-11-24
1121
1222### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.8] ( https://github.com/onsails/ccsync/compare/ccsync-v0.1.7...ccsync-v0.1.8 ) - 2025-11-24
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 0.1.7] ( https://github.com/onsails/ccsync/compare/ccsync-v0.1.6...ccsync-v0.1.7 ) - 2025-11-24
1117
1218### Added
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ name = "ccsync"
1414path = " src/main.rs"
1515
1616[dependencies ]
17- ccsync-core = { version = " 0.1.7 " , path = " ../ccsync-core" }
17+ ccsync-core = { version = " 0.1.8 " , path = " ../ccsync-core" }
1818clap.workspace = true
1919anyhow.workspace = true
2020dialoguer.workspace = true
You can’t perform that action at this time.
0 commit comments