Skip to content

Commit 9c1139f

Browse files
committed
Update version to 0.2.0
1 parent 1d611c8 commit 9c1139f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/master) | [Changes](https://github.com/neotron-compute/neotron-pico-bios/compare/v0.1.0...master))
44

5+
* None
6+
7+
## v0.2.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.2.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.2.0))
8+
59
* Add RTT debugging using defmt
610
* Report git version over defmt
711
* Describe how to flash/debug with a second Raspberry Pi Pico

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2018"
44
readme = "README.md"
55
license = "GPL-3.0-or-later"
66
name = "neotron-pico-bios"
7-
version = "0.1.0"
7+
version = "0.2.0"
88

99
[dependencies]
1010
# Useful Cortex-M specific functions (e.g. SysTick)

0 commit comments

Comments
 (0)