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
1818This crate is guaranteed to compile on stable Rust 1.54 and up. It * might*
1919compile with older versions but that may change in any new patch release.
2020
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.
2222
2323## License
2424
You can’t perform that action at this time.
0 commit comments