Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.2"
".": "0.3.3"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.3.3](https://github.com/perfectra1n/claude-code-sync/compare/v0.3.2...v0.3.3) (2026-07-13)


### Miscellaneous Chores

* adopt release-please + mise-driven CI ([#92](https://github.com/perfectra1n/claude-code-sync/issues/92)) ([67fb73b](https://github.com/perfectra1n/claude-code-sync/commit/67fb73b94e9dabbc25f0707d16e792c31ef1dcbb))
* make chore/refactor/docs/style commits release-worthy ([#94](https://github.com/perfectra1n/claude-code-sync/issues/94)) ([6fb1467](https://github.com/perfectra1n/claude-code-sync/commit/6fb14673abc9e73c292542671c963f7f6799aae6))


### Code Refactoring

* reshape three oversized files into focused modules ([#93](https://github.com/perfectra1n/claude-code-sync/issues/93)) ([286b3b4](https://github.com/perfectra1n/claude-code-sync/commit/286b3b4fb5c833cd2654efafed98f27509e9dc11))
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "claude-code-sync"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Claude Code User"]
description = "Sync Claude Code conversation history with git repositories"
Expand Down
Loading