Skip to content

Commit bfbbac6

Browse files
authored
Merge pull request #158 from syncable-dev/release-plz-2025-09-11T13-01-30Z
chore: release v0.17.0
2 parents c276f2d + 3a2c2b0 commit bfbbac6

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

107107
## [Unreleased]
108108

109+
## [0.17.0](https://github.com/syncable-dev/syncable-cli/compare/v0.16.0...v0.17.0) - 2025-09-11
110+
111+
### Added
112+
113+
- test trigger
114+
- improved telemtry and removed dublets
115+
116+
### Fixed
117+
118+
- .qodor folder for some reason wasn't corectly ignored
119+
120+
### Other
121+
122+
- added privacy-policy for telemetry
123+
- fixed vulnerabilities output for different languages
124+
109125
## [0.12.1](https://github.com/syncable-dev/syncable-cli/compare/v0.12.0...v0.12.1) - 2025-07-09
110126

111127
### 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.16.0"
3+
version = "0.17.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)