File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2019-04-12
11
+
10
12
### Added
11
13
12
14
- API to enable and disable SPI interrupts
@@ -17,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
19
18
20
- Implement reading the device electronic signature from flash
19
21
22
+ ### Changed
23
+
24
+ - [ breaking-change] Updated cortex-m dependency to v0.6.0.
25
+
20
26
## [ v0.3.0] - 2019-01-14
21
27
22
28
### Added
@@ -157,7 +163,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
157
163
158
164
- Support for stm32f407 and stm32f429.
159
165
160
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.3.0...HEAD
166
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.4.0...HEAD
167
+ [ v0.4.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.3.0...v0.4.0
161
168
[ v0.3.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.2.8...v0.3.0
162
169
[ v0.2.8 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.2.7...v0.2.8
163
170
[ v0.2.7 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.2.6...v0.2.7
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ license = "0BSD"
19
19
name = " stm32f4xx-hal"
20
20
readme = " README.md"
21
21
repository = " https://github.com/stm32-rs/stm32f4xx-hal"
22
- version = " 0.3 .0"
22
+ version = " 0.4 .0"
23
23
24
24
[package .metadata .docs .rs ]
25
25
features = [" stm32f429" , " rt" ]
26
26
27
27
[dependencies ]
28
- cortex-m = " 0.5.8 "
29
- cortex-m-rt = " 0.6.7 "
28
+ cortex-m = " 0.6.0 "
29
+ cortex-m-rt = " 0.6.8 "
30
30
nb = " 0.1.1"
31
31
stm32f4 = " 0.6.0"
32
32
You can’t perform that action at this time.
0 commit comments