File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ...
11
+
12
+ ## [ v0.4.0] - 2022-09-28
13
+
14
+ Release of version of the traits extracted from embedded-hal.
15
+
16
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-can-v0.4.0...HEAD
17
+ [ v0.4.0 ] : https://github.com/rust-embedded/embedded-hal/tree/embedded-can-v0.4.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This project is developed and maintained by the [HAL team][https://github.com/ru
18
18
This crate is guaranteed to compile on stable Rust 1.54 and up. It * might*
19
19
compile with older versions but that may change in any new patch release.
20
20
21
- See [ here] ( docs/msrv.md ) for details on how the MSRV may be upgraded.
21
+ See [ here] ( ../ docs/msrv.md) for details on how the MSRV may be upgraded.
22
22
23
23
## License
24
24
You can’t perform that action at this time.
0 commit comments