Skip to content

Commit ed655ad

Browse files
authored
chore: release v0.28.1
1 parent 9c968d5 commit ed655ad

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

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

107107
## [Unreleased]
108108

109+
## [0.28.1](https://github.com/syncable-dev/syncable-cli/compare/v0.28.0...v0.28.1) - 2025-12-27
110+
111+
### Added
112+
113+
- add CI workflow, trust badges, and fix Bedrock extended thinking
114+
- updated README with gif
115+
116+
### Fixed
117+
118+
- *(ci)* remove recursive clippy alias that broke CI
119+
- *(ci)* ignore flaky integration test and fix doctests
120+
- fix flaky tests and extract_environment_from_filename bug
121+
- clone PathBuf to fix Windows build error
122+
- *(ci)* add permissions for security audit and ignore unmaintained warnings
123+
- *(ci)* override target-cpu=native that breaks macOS CI
124+
- *(ci)* remove recursive cargo fmt alias that broke CI
125+
126+
### Other
127+
128+
- Merge pull request #240 from syncable-dev/develop
129+
- format dclint tool files
130+
- add docker-compose-linter attribution
131+
- run cargo fmt --all
132+
- add demo GIF to README for better conversions
133+
109134
## [0.28.0](https://github.com/syncable-dev/syncable-cli/compare/v0.27.2...v0.28.0) - 2025-12-26
110135

111136
### 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.28.0"
3+
version = "0.28.1"
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)