Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Jan 25, 2021
2 parents a915162 + 0a41985 commit f202270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased Changes

## v0.1.2

Added description to `Cargo.toml` that prevented publishing.

## v0.1.1

Fixed typo in `Cargo.toml` that prevented publishing.
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "rp2040-boot2"
version = "0.1.1"
version = "0.1.2"
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
edition = "2018"
license = "BSD-3-Clause"
repository = "https://github.com/rp-rs/rp2040-boot2-rs"
description = "Raspberry Pi RP2040 SoC second stage bootloader."

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

Expand Down

0 comments on commit f202270

Please sign in to comment.