File tree 8 files changed +16
-11
lines changed
8 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 0.15.1] - 2024-07-30
8
+ ## [ Unreleased]
9
+
10
+ (no changes)
11
+
12
+ ## [ 0.15.1] - 2024-08-05
9
13
10
14
- Set MSRV for ` microbit ` and ` microbit-v2 ` crates.
11
15
- Bumped MSRV to 1.79.0.
@@ -105,7 +109,8 @@ Republished without changes to fix missing README.md in crates.io.
105
109
- Fix rustdoc warnings
106
110
- Upgrade nrf51-hal to 0.12.1
107
111
108
- [ Unreleased ] : https://github.com/nrf-rs/microbit/compare/v0.15.0...HEAD
112
+ [ Unreleased ] : https://github.com/nrf-rs/microbit/compare/v0.15.1...HEAD
113
+ [ 0.15.1 ] : https://github.com/nrf-rs/microbit/compare/v0.15.0...v0.15.1
109
114
[ 0.15.0 ] : https://github.com/nrf-rs/microbit/compare/v0.14.0...v0.15.0
110
115
[ 0.14.0 ] : https://github.com/nrf-rs/microbit/compare/v0.13.0...v0.14.0
111
116
[ 0.13.0 ] : https://github.com/nrf-rs/microbit/compare/v0.12.0...v0.13.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit-common"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
4
4
description = " Implementation details for the BBC Micro:bit board support crates"
5
5
edition = " 2018"
6
6
readme = " ../README.md"
Original file line number Diff line number Diff line change 1
1
//! microbit contains everything required to get started with the use of Rust
2
2
//! to create firmwares for the fabulous [BBC micro:bit](https://microbit.org)
3
3
//! microcontroller board.
4
- #![ doc( html_root_url = "https://docs.rs/microbit-common/0.15.0 " ) ]
4
+ #![ doc( html_root_url = "https://docs.rs/microbit-common/0.15.1 " ) ]
5
5
#![ no_std]
6
6
#![ deny( missing_docs) ]
7
7
#![ allow( non_camel_case_types) ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ path = "src/lib.rs"
25
25
[dependencies .microbit-common ]
26
26
path = " ../microbit-common"
27
27
features = [" v2" ]
28
- version = " =0.15.0 "
28
+ version = " =0.15.1 "
29
29
30
30
[features ]
31
31
embedded-hal-02 = [" microbit-common/embedded-hal-02" ]
Original file line number Diff line number Diff line change 8
8
//!
9
9
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-1-5.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-1-5.png)
10
10
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-2.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-2.png)
11
- #![ doc( html_root_url = "https://docs.rs/microbit-v2/0.15.0 " ) ]
11
+ #![ doc( html_root_url = "https://docs.rs/microbit-v2/0.15.1 " ) ]
12
12
#![ no_std]
13
13
#![ deny( missing_docs) ]
14
14
#![ allow( non_camel_case_types) ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ license = "0BSD"
21
21
[dependencies .microbit-common ]
22
22
path = " ../microbit-common"
23
23
features = [" v1" ]
24
- version = " =0.15.0 "
24
+ version = " =0.15.1 "
25
25
26
26
[features ]
27
27
embedded-hal-02 = [" microbit-common/embedded-hal-02" ]
Original file line number Diff line number Diff line change 8
8
//!
9
9
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-1-5.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-1-5.png)
10
10
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-2.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-2.png)
11
- #![ doc( html_root_url = "https://docs.rs/microbit/0.15.0 " ) ]
11
+ #![ doc( html_root_url = "https://docs.rs/microbit/0.15.1 " ) ]
12
12
#![ no_std]
13
13
#![ deny( missing_docs) ]
14
14
#![ allow( non_camel_case_types) ]
You can’t perform that action at this time.
0 commit comments