Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antaljanosbenjamin committed Apr 4, 2021
1 parent 00ff364 commit 3ebab9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Next release


## [v0.1.2](https://github.com/antaljanosbenjamin/rust-hr-stopwatch/releases/tag/v0.1.2)
- Update README.md with the correct version

## [v0.1.1](https://github.com/antaljanosbenjamin/rust-hr-stopwatch/releases/tag/v0.1.1)

- Eliminate `time` crate from dependencies
- Add `Debug` trait to `Stopwatch`.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "This is a simple, high resolution stopwatch library."
name = "hrsw"
version = "0.1.1"
version = "0.1.2"
authors = ["János Benjamin Antal <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use this library you only have to add to your Cargo.toml as a dependency:

```
[dependencies]
hrsw = "0.1.0"
hrsw = "0.1.2"
```

## Example usage
Expand Down

0 comments on commit 3ebab9f

Please sign in to comment.