Skip to content

Commit 3498d8d

Browse files
bors[bot]eldruin
andauthored
Merge #5
5: Prepare 0.1.1 release r=therealprof a=eldruin A release with the signed integer implementations would be helpful for nrf-rs/nrf-hal#209 Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents 955d7e7 + 1fc4c95 commit 3498d8d

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
...
11+
12+
## [v0.1.1] - 2020-09-04
13+
1014
### Added
1115
- Signed integer type `Word` trait implementations
1216

1317
## v0.1.0 - 2020-08-20
1418

1519
Initial release
1620

17-
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.0...HEAD
21+
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.1...HEAD
22+
[v0.1.1]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-dma"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
"Jan Teske <jteske@posteo.net>",
66
"Thales Fragoso <thales.fragosoz@gmail.com>"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
This project is developed and maintained by the [HAL team][team].
66

7-
# [Documentation](https://docs.rs/embedded-dma)
7+
## [Documentation](https://docs.rs/embedded-dma)
88

9-
# Minimum Supported Rust Version (MSRV)
9+
## Minimum Supported Rust Version (MSRV)
1010

1111
This crate is guaranteed to compile on stable Rust 1.37.0 and up. It *might*
1212
compile with older versions but that may change in any new patch release.
1313

14-
# License
14+
## License
1515

1616
Licensed under either of
1717

@@ -22,13 +22,13 @@ Licensed under either of
2222

2323
at your option.
2424

25-
## Contribution
25+
### Contribution
2626

2727
Unless you explicitly state otherwise, any contribution intentionally submitted
2828
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
2929
dual licensed as above, without any additional terms or conditions.
3030

31-
## Code of Conduct
31+
### Code of Conduct
3232

3333
Contribution to this crate is organized under the terms of the [Rust Code of
3434
Conduct][CoC], the maintainer of this crate, the [HAL team][team], promises

0 commit comments

Comments
 (0)