Skip to content

Commit 1e8cb32

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
2 parents 23b9535 + 199ab1d commit 1e8cb32

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.6.0](https://github.com/syncable-dev/syncable-cli/compare/v0.5.4...v0.6.0) - 2025-06-07
10+
11+
### Added
12+
13+
- improved readme
14+
15+
### Fixed
16+
17+
- release-plz structure to avoid quick bump
18+
19+
### Other
20+
21+
- fix releaze-pls, proper section structure
22+
- wrong release-plz setting
23+
- small updates of unnused variables - cleanup
24+
- updated release cycles and rules
25+
926
## [0.5.4](https://github.com/syncable-dev/syncable-cli/compare/v0.5.3...v0.5.4) - 2025-06-07
1027

1128
### 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.5.4"
3+
version = "0.6.0"
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)