Skip to content

Commit 76eccd3

Browse files
authored
chore: release v0.1.3 (#10)
1 parent 51e1cb1 commit 76eccd3

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.1.2"
9+
version = "0.1.3"
1010
edition = "2024"
1111
authors = ["ccsync contributors"]
1212
license = "MIT"

crates/ccsync-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

crates/ccsync/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.3](https://github.com/onsails/ccsync/compare/ccsync-v0.1.2...ccsync-v0.1.3) - 2025-10-28
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies

crates/ccsync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "ccsync"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
ccsync-core = { version = "0.1.1", path = "../ccsync-core" }
17+
ccsync-core = { version = "0.1.3", path = "../ccsync-core" }
1818
clap.workspace = true
1919
anyhow.workspace = true
2020
dialoguer.workspace = true

0 commit comments

Comments
 (0)