Skip to content

Commit 2583ef7

Browse files
authored
Merge branch 'main' into develop
2 parents f584b72 + 90ffb35 commit 2583ef7

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,48 @@
22

33
All notable changes to this project will be documented in this file.
44

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.13.0](https://github.com/syncable-dev/syncable-cli/compare/v0.12.1...v0.13.0) - 2025-07-30
11+
12+
### Added
13+
14+
- updated color mode discovery
15+
# Changelog
16+
17+
All notable changes to this project will be documented in this file.
18+
519
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
620

721
## [Unreleased]
822

23+
## [0.12.1](https://github.com/syncable-dev/syncable-cli/compare/v0.12.0...v0.12.1) - 2025-07-09
24+
25+
### Other
26+
27+
- update Cargo.lock dependencies
28+
29+
## [0.12.0](https://github.com/syncable-dev/syncable-cli/compare/v0.11.1...v0.12.0) - 2025-07-02
30+
31+
### Added
32+
33+
- wrong named services
34+
- test
35+
- new cargo lock
36+
- fixed double print
37+
38+
### Other
39+
40+
- t
41+
- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
42+
- *(deps)* bump indicatif from 0.17.11 to 0.17.12
43+
- *(deps)* bump reqwest from 0.12.20 to 0.12.21
44+
- *(deps)* bump dashmap from 5.5.3 to 6.1.0
45+
- *(deps)* bump rustsec from 0.30.2 to 0.30.4
46+
947
## [0.11.1](https://github.com/syncable-dev/syncable-cli/compare/v0.11.0...v0.11.1) - 2025-06-20
1048

1149
### Added

Cargo.lock

Lines changed: 2 additions & 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.13.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)