Skip to content

Commit

Permalink
Prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Sep 24, 2021
1 parent ffa50d0 commit fc2901d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

...

## [0.3.0] - 2021-09-24

### Changed
- [breaking-change] Remove `Default` implementation for `Ad989x`.
- Updated dependencies

## [0.2.0] - 2019-11-10

Expand All @@ -25,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial release to crates.io. AD9833 and AD9837 devices are fully supported.
All changes will be documented in this CHANGELOG.

[Unreleased]: https://github.com/eldruin/ad983x-rs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/eldruin/ad983x-rs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/eldruin/ad983x-rs/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/eldruin/ad983x-rs/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/eldruin/ad983x-rs/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 = "ad983x"
version = "0.2.0"
version = "0.3.0" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ad983x-rs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
//! // Hardware pins can now be used to control the device.
//! // The corresponding software settings will be ignored.
//! ```
#![doc(html_root_url = "https://docs.rs/ad983x/0.3.0")]
#![deny(unsafe_code, missing_docs)]
#![no_std]

Expand Down

0 comments on commit fc2901d

Please sign in to comment.