diff --git a/CHANGELOG.md b/CHANGELOG.md index b28885a2..3065e3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.26.1](https://github.com/syncable-dev/syncable-cli/compare/v0.26.0...v0.26.1) - 2025-12-21 + +### Added + +- *(hadolint)* add native Rust Dockerfile linter with GPL-3.0 license + +### Other + +- Merge pull request #221 from syncable-dev/develop + ## [0.26.0](https://github.com/syncable-dev/syncable-cli/compare/v0.25.0...v0.26.0) - 2025-12-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 23d506ed..eeb974d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3977,7 +3977,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.26.0" +version = "0.26.1" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 60780e8c..166534b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.26.0" +version = "0.26.1" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"