Skip to content

Commit

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

...

## [0.3.0] - 2020-05-04

### Added
- Rust 1.31.0 is now the Minimum Supported Rust Version.

Expand Down Expand Up @@ -54,6 +56,7 @@ This crate is now functionally complete.

This is the initial release to crates.io.

[Unreleased]: https://github.com/eldruin/ds1307-rs/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/eldruin/ds1307-rs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/eldruin/ds1307-rs/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/eldruin/ds1307-rs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/eldruin/ds1307-rs/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ds1307"
version = "0.2.1"
version = "0.3.0"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ds1307-rs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit aadf636

Please sign in to comment.