Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep for release #6

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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