Skip to content

Commit dd4c792

Browse files
committed
chore: release v0.12.0
1 parent 9f0499d commit dd4c792

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.12.0](https://github.com/syncable-dev/syncable-cli/compare/v0.11.1...v0.12.0) - 2025-07-02
10+
11+
### Added
12+
13+
- wrong named services
14+
- test
15+
- new cargo lock
16+
- fixed double print
17+
18+
### Other
19+
20+
- t
21+
- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
22+
- *(deps)* bump indicatif from 0.17.11 to 0.17.12
23+
- *(deps)* bump reqwest from 0.12.20 to 0.12.21
24+
- *(deps)* bump dashmap from 5.5.3 to 6.1.0
25+
- *(deps)* bump rustsec from 0.30.2 to 0.30.4
26+
927
## [0.11.1](https://github.com/syncable-dev/syncable-cli/compare/v0.11.0...v0.11.1) - 2025-06-20
1028

1129
### Added

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.11.1"
3+
version = "0.12.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)