Skip to content

Commit 13e7699

Browse files
authored
Merge pull request #160 from syncable-dev/release-plz-2025-09-11T16-29-22Z
chore: release v0.18.0
2 parents f08df61 + dbbef10 commit 13e7699

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

107107
## [Unreleased]
108108

109+
## [0.18.0](https://github.com/syncable-dev/syncable-cli/compare/v0.17.0...v0.18.0) - 2025-09-11
110+
111+
### Added
112+
113+
- improved analyzer from false positives of voltagen and expo issues
114+
115+
### Other
116+
117+
- Merge pull request #159 from syncable-dev/develop
118+
109119
## [0.17.0](https://github.com/syncable-dev/syncable-cli/compare/v0.16.0...v0.17.0) - 2025-09-11
110120

111121
### 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncable-cli"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2024"
55
authors = ["Syncable Team"]
66
description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"
@@ -86,4 +86,4 @@ path = "examples/check_vulnerabilities.rs"
8686

8787
[[example]]
8888
name = "security_analysis"
89-
path = "examples/security_analysis.rs"
89+
path = "examples/security_analysis.rs"

0 commit comments

Comments
 (0)