diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..15a5eed3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" # Location of Cargo.toml and Cargo.lock + schedule: + interval: "weekly" + diff --git a/CHANGELOG.md b/CHANGELOG.md index dc470abd..71f03d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.4](https://github.com/syncable-dev/syncable-cli/compare/v0.1.3...v0.1.4) - 2025-06-05 + +### Added + +- added cargo isntall command for readme - Add new features and improvements here. ## [0.1.3] - 2024-06-05 diff --git a/Cargo.lock b/Cargo.lock index e83566e1..bbde14ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3394,7 +3394,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.1.3" +version = "0.1.4" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f4d2c7a8..853ca509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.1.3" +version = "0.1.4" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"