Skip to content

Commit 06df54c

Browse files
authored
Merge pull request #218 from syncable-dev/release-plz-2025-12-20T20-35-05Z
chore: release v0.25.0
2 parents 2ae978a + b982260 commit 06df54c

3 files changed

Lines changed: 12 additions & 2 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.25.0](https://github.com/syncable-dev/syncable-cli/compare/v0.24.5...v0.25.0) - 2025-12-20
110+
111+
### Added
112+
113+
- fixed security scan context share
114+
115+
### Other
116+
117+
- *(@ reference)* updated session logic with "@" ref
118+
109119
## [0.24.5](https://github.com/syncable-dev/syncable-cli/compare/v0.24.4...v0.24.5) - 2025-12-19
110120

111121
### 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.24.5"
3+
version = "0.25.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)