Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.28.1](https://github.com/syncable-dev/syncable-cli/compare/v0.28.0...v0.28.1) - 2025-12-27

### Added

- add CI workflow, trust badges, and fix Bedrock extended thinking
- updated README with gif

### Fixed

- *(ci)* remove recursive clippy alias that broke CI
- *(ci)* ignore flaky integration test and fix doctests
- fix flaky tests and extract_environment_from_filename bug
- clone PathBuf to fix Windows build error
- *(ci)* add permissions for security audit and ignore unmaintained warnings
- *(ci)* override target-cpu=native that breaks macOS CI
- *(ci)* remove recursive cargo fmt alias that broke CI

### Other

- Merge pull request #240 from syncable-dev/develop
- format dclint tool files
- add docker-compose-linter attribution
- run cargo fmt --all
- add demo GIF to README for better conversions

## [0.28.0](https://github.com/syncable-dev/syncable-cli/compare/v0.27.2...v0.28.0) - 2025-12-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncable-cli"
version = "0.28.0"
version = "0.28.1"
edition = "2024"
authors = ["Syncable Team"]
description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"
Expand Down
Loading