Skip to content

Commit

Permalink
Merge pull request #6 from xmidt-org/release/v0.1.0
Browse files Browse the repository at this point in the history
prep for release
  • Loading branch information
johnabass authored Sep 29, 2021
2 parents 771834b + 415bf17 commit 6c4c69b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.1.0]
- basic examples
- Sleeper can now be used to control sleeping goroutines
- FakeTimer and FakeTicker can now control timers and tickers
Expand All @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.0.1]
- Initial creation

[Unreleased]: https://github.com/xmidt-org/chronon/compare/v0.0.2..HEAD
[Unreleased]: https://github.com/xmidt-org/chronon/compare/v0.1.0..HEAD
[v0.1.0]: https://github.com/xmidt-org/chronon/compare/v0.0.2...v0.1.0
[v0.0.2]: https://github.com/xmidt-org/chronon/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/xmidt-org/chronon/compare/v0.0.0...v0.0.1

0 comments on commit 6c4c69b

Please sign in to comment.