diff --git a/Cargo.toml b/Cargo.toml index bd2f998..41e69e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.7" +version = "0.1.8" edition = "2024" authors = ["ccsync contributors"] license = "MIT" diff --git a/crates/ccsync-core/CHANGELOG.md b/crates/ccsync-core/CHANGELOG.md index 10a27a4..56e8576 100644 --- a/crates/ccsync-core/CHANGELOG.md +++ b/crates/ccsync-core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/onsails/ccsync/compare/ccsync-core-v0.1.7...ccsync-core-v0.1.8) - 2025-11-24 + +### Fixed + +- override r--r--r-- + +### Other + +- x.x versions + ## [0.1.7](https://github.com/onsails/ccsync/compare/ccsync-core-v0.1.6...ccsync-core-v0.1.7) - 2025-11-24 ### Added diff --git a/crates/ccsync/CHANGELOG.md b/crates/ccsync/CHANGELOG.md index 9afe7ae..6ffecc6 100644 --- a/crates/ccsync/CHANGELOG.md +++ b/crates/ccsync/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/onsails/ccsync/compare/ccsync-v0.1.7...ccsync-v0.1.8) - 2025-11-24 + +### Other + +- update Cargo.toml dependencies + ## [0.1.7](https://github.com/onsails/ccsync/compare/ccsync-v0.1.6...ccsync-v0.1.7) - 2025-11-24 ### Added diff --git a/crates/ccsync/Cargo.toml b/crates/ccsync/Cargo.toml index e7996e3..6549f1b 100644 --- a/crates/ccsync/Cargo.toml +++ b/crates/ccsync/Cargo.toml @@ -14,7 +14,7 @@ name = "ccsync" path = "src/main.rs" [dependencies] -ccsync-core = { version = "0.1.7", path = "../ccsync-core" } +ccsync-core = { version = "0.1.8", path = "../ccsync-core" } clap.workspace = true anyhow.workspace = true dialoguer.workspace = true