We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485c65c commit 49f9295Copy full SHA for 49f9295
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/loadingalias/cargo-rail/compare/v0.1.0...v0.2.0) - 2025-12-05
4
+
5
+### 📦 Other Changes
6
7
+- cargo-rail: feat(unify): add sync subcommand to re-detect and sync targets ([485c65c](https://github.com/loadingalias/cargo-rail/commit/485c65c26a502cd3f67515b69c9f01d460637d3d))
8
9
10
11
## [0.1.0](https://github.com/loadingalias/cargo-rail/releases/tag/v0.1.0) - 2025-12-05
12
13
### ✨ Features
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-rail"
-version = "0.1.0"
+version = "0.2.0"
edition = "2024"
rust-version = "1.91.0"
license = "MIT"
0 commit comments