Skip to content

Commit

Permalink
Create 0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoles committed Nov 15, 2024
1 parent b676f70 commit 4f75243
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]
## [0.13.0]

### Added

Expand Down Expand Up @@ -238,7 +238,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

Initial release!

[Unreleased]: https://github.com/flipperzero-rs/flipperzero/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/flipperzero-rs/flipperzero/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/flipperzero-rs/flipperzero/releases/tag/v0.13.0
[0.12.0]: https://github.com/flipperzero-rs/flipperzero/releases/tag/v0.12.0
[0.11.0]: https://github.com/flipperzero-rs/flipperzero/releases/tag/v0.11.0
[0.10.0]: https://github.com/flipperzero-rs/flipperzero/releases/tag/v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The crate major version number will be updated after a bump in [API version](htt

| Crate version | API version |
| ------------- | ----------- |
| Unreleased | 78.0 |
| 0.13.x | 78.0 |
| 0.12.x | 73.0 |
| 0.11.x | 35.0 |
| 0.10.x | 28.2 |
Expand Down
10 changes: 5 additions & 5 deletions crates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["alloc", "flipperzero", "sys", "rt", "test", "test/macros"]
resolver = "2"

[workspace.package]
version = "0.12.0"
version = "0.13.0"
description = "Rust for Flipper Zero"
edition = "2021"
rust-version = "1.81.0"
Expand All @@ -12,10 +12,10 @@ readme = "../README.md"
license = "MIT"

[workspace.dependencies]
flipperzero-sys = { path = "sys", version = "0.12.0" }
flipperzero-rt = { path = "rt", version = "0.12.0" }
flipperzero-alloc = { path = "alloc", version = "0.12.0" }
flipperzero-test = { path = "test", version = "0.12.0" }
flipperzero-sys = { path = "sys", version = "0.13.0" }
flipperzero-rt = { path = "rt", version = "0.13.0" }
flipperzero-alloc = { path = "alloc", version = "0.13.0" }
flipperzero-test = { path = "test", version = "0.13.0" }
ufmt = "0.2.0"
document-features = "0.2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ autobenches = false

[dependencies]
flipperzero-sys.workspace = true
flipperzero-test-macros = { version = "=0.12.0", path = "macros" }
flipperzero-test-macros = { version = "=0.13.0", path = "macros" }
ufmt.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "flipperzero-tools"
description = "Rust for Flipper Zero (tools)"
license = "MIT"
version = "0.12.0"
version = "0.13.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 4f75243

Please sign in to comment.