Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kellda authored and eldruin committed Jul 6, 2022
1 parent e1e7b29 commit 758574c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tm4c-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ depending on your processor.

### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c-hal-0.4.1...master))

* No changes
* Implement use of sealed traits by downstream crates (i.e. `tm4c123x-hal` and `tm4c129x-hal`)

### v0.4.1 ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/tm4c-hal-0.4.1/tm4c-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c-hal-0.4.1...tm4c-hal-0.4.0))

Expand Down
3 changes: 2 additions & 1 deletion tm4c123x-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c123x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c123x-hal-0.10.2...master))

* No changes
* Use sealed traits for `*Pin` marker traits
* Do not reexport `tm4c-hal` macros

### v0.10.2 ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/tm4c123x-hal-0.10.2/tm4c123x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c123x-hal-0.10.2...tm4c123x-hal-0.10.1))

Expand Down
3 changes: 2 additions & 1 deletion tm4c129x-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c129x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c129x-hal-0.9.2...master))

* No changes
* Use sealed traits for `*Pin` marker traits
* Do not reexport `tm4c-hal` macros

### v0.9.2 ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/tm4c129x-hal-0.9.2/tm4c129x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c129x-hal-0.9.2...tm4c129x-hal-0.9.1))

Expand Down

0 comments on commit 758574c

Please sign in to comment.