Skip to content

Commit

Permalink
Merge #5
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and eldruin authored Sep 4, 2020
2 parents 955d7e7 + 1fc4c95 commit 3498d8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...

## [v0.1.1] - 2020-09-04

### Added
- Signed integer type `Word` trait implementations

## v0.1.0 - 2020-08-20

Initial release

[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.0...HEAD
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-dma"
version = "0.1.0"
version = "0.1.1"
authors = [
"Jan Teske <[email protected]>",
"Thales Fragoso <[email protected]>"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
This project is developed and maintained by the [HAL team][team].

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

# Minimum Supported Rust Version (MSRV)
## Minimum Supported Rust Version (MSRV)

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

# License
## License

Licensed under either of

Expand All @@ -22,13 +22,13 @@ Licensed under either of

at your option.

## Contribution
### Contribution

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

## Code of Conduct
### Code of Conduct

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

0 comments on commit 3498d8d

Please sign in to comment.