Skip to content

Commit 6f74b62

Browse files
committed
chore: bump to 0.12
1 parent ee73c2b commit 6f74b62

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Before releasing:
1414
- update links at the end of the document
1515
-->
1616

17+
## [0.12.0]
18+
19+
### Added
20+
21+
- Added a new `migrate` command that updates your project configuration to be compatible with vexide 0.8.0.
22+
- Added a new `kv` command for changing on-device configuration like team number or robot name.
23+
- Added support for the builtin `armv7a-vex-v5` target.
24+
1725
## [0.11.0]
1826

1927
### Added
@@ -44,6 +52,7 @@ Before releasing:
4452

4553
### Removed
4654

55+
[0.12.0]: https://github.com/vexide/cargo-v5/compare/v0.11.0..v0.12.0
4756
[0.11.0]: https://github.com/vexide/cargo-v5/compare/v0.4.0..v0.11.0
4857
[0.4.0]: https://github.com/vexide/cargo-v5/compare/v0.3.0..v0.4.0
4958
[0.3.0]: https://github.com/vexide/cargo-v5/releases/tag/v0.3.0

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 = "cargo-v5"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2024"
55
authors = [
66
"vexide",

0 commit comments

Comments
 (0)