Skip to content

Commit

Permalink
chore: bump to v0.12.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PTaylor-us committed Oct 2, 2021
1 parent 9d3808f commit 83b09cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

[unreleased]: https://github.com/FluenTech/embedded-time/compare/v0.12.0...HEAD
[unreleased]: https://github.com/FluenTech/embedded-time/compare/v0.12.1...HEAD

## [0.12.1] - 2021-10-02

### Fixed

- `Instant` comparison returned wrong result if equal

[0.12.1]: https://github.com/FluenTech/embedded-time/compare/v0.12.0...v0.12.1

## [0.12.0] - 2021-05-30

Expand Down
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-time"
version = "0.12.0"
version = "0.12.1"
authors = ["Peter Taylor <[email protected]>"]
edition = "2018"
description = "Fully defined, inter-operable, ergonomic, and fast human-time units (both duration and rate types) with hardware timer abstraction and software timers."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
//! - [`RTIC`](https://github.com/rtic-rs/cortex-m-rtic)
//! - [`time`](https://docs.rs/time/latest/time) (Specifically the [`time::NumbericalDuration`](https://docs.rs/time/latest/time/trait.NumericalDuration.html)
//! implementations for primitive integers)
#![doc(html_root_url = "https://docs.rs/embedded-time/0.12.0")]
#![doc(html_root_url = "https://docs.rs/embedded-time/0.12.1")]
#![deny(unsafe_code)]
#![cfg_attr(not(test), no_std)]
#![warn(missing_docs)]
Expand Down

0 comments on commit 83b09cb

Please sign in to comment.