Skip to content

Commit 1fca6ca

Browse files
committed
chore: release v0.9.9
1 parent f7a845e commit 1fca6ca

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
@@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.9.9](https://github.com/syncable-dev/syncable-cli/compare/v0.9.8...v0.9.9) - 2025-06-18
10+
11+
### Added
12+
13+
- added public refferences to main methods for mcp access
14+
- feat added windows support
15+
- readme updates
16+
17+
### Fixed
18+
19+
- improved security cmd, for further false postitive in terms of:
20+
21+
### Other
22+
23+
- Merge pull request #88 from syncable-dev/develop
24+
- *(deps)* bump colored from 2.2.0 to 3.0.0 ([#87](https://github.com/syncable-dev/syncable-cli/pull/87))
25+
- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
26+
- *(deps)* bump env_logger from 0.10.2 to 0.11.8
27+
- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
28+
- *(deps)* bump rustsec from 0.29.3 to 0.30.2
29+
- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop
30+
- *(deps)* bump clap from 4.5.39 to 4.5.40
31+
- *(deps)* bump thiserror from 1.0.69 to 2.0.12
32+
- *(deps)* bump proptest from 1.6.0 to 1.7.0
33+
934
## [0.9.8](https://github.com/syncable-dev/syncable-cli/compare/v0.9.7...v0.9.8) - 2025-06-12
1035

1136
### 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.9.8"
3+
version = "0.9.9"
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)