Skip to content

Commit 9f3fce3

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
2 parents 83e1c02 + f2a3ccc commit 9f3fce3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Enhanced ToolDetector with caching and alternative command support
1818
- Updated documentation with Bun examples and migration guides
1919

20+
## [0.13.6](https://github.com/syncable-dev/syncable-cli/compare/v0.13.5...v0.13.6) - 2025-09-03
21+
22+
### Other
23+
24+
- update Cargo.lock dependencies
25+
26+
## [0.13.5](https://github.com/syncable-dev/syncable-cli/compare/v0.13.4...v0.13.5) - 2025-08-13
27+
28+
### Other
29+
30+
- update Cargo.lock dependencies
31+
2032
## [0.13.4](https://github.com/syncable-dev/syncable-cli/compare/v0.13.3...v0.13.4) - 2025-08-08
2133

2234
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncable-cli"
3-
version = "0.13.4"
3+
version = "0.13.6"
44
edition = "2024"
55
authors = ["Syncable Team"]
66
description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"

0 commit comments

Comments
 (0)