# Change Log
## 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`.
## [v0.1.0](https://github.com/antaljanosbenjamin/rust-hr-stopwatch/releases/tag/v0.1.0)
Initial functionality:
- Start, stop and reset functionality.
- Getting the elapsed duration.