Skip to content

Commit f202270

Browse files
committed
Merge branch 'release/v0.1.2' into main
2 parents a915162 + 0a41985 commit f202270

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased Changes
44

5+
## v0.1.2
6+
7+
Added description to `Cargo.toml` that prevented publishing.
8+
59
## v0.1.1
610

711
Fixed typo in `Cargo.toml` that prevented publishing.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "rp2040-boot2"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
55
edition = "2018"
66
license = "BSD-3-Clause"
77
repository = "https://github.com/rp-rs/rp2040-boot2-rs"
8+
description = "Raspberry Pi RP2040 SoC second stage bootloader."
89

910
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011

0 commit comments

Comments
 (0)