Skip to content

Releases: jonboulle/clockwork

v0.5.0

Choose a tag to compare

@sagikazarmark sagikazarmark released this 02 Jan 13:07
v0.5.0
6d8d032

What's Changed

Enhancements 🚀

Dependency Updates ⬆️

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #73
  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #80
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #81

Other Changes

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@sagikazarmark sagikazarmark released this 01 Apr 18:44
v0.4.0
606c48b

What's Changed

Exciting New Features 🎉

  • Add BlockUntilContext, which respects context cancellation. by @DPJacques in #56

Enhancements 🚀

Breaking Changes 🛠

  • Use the current time for NewFakeClock's initial value by @DPJacques in #55

Dependency Updates ⬆️

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@sagikazarmark sagikazarmark released this 21 Apr 10:37
v0.3.0
6a247c3

What's Changed

Exciting New Features 🎉

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

Choose a tag to compare

@sagikazarmark sagikazarmark released this 24 Mar 08:18
v0.2.3
601f21d

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@sagikazarmark sagikazarmark released this 29 Sep 17:19
v0.2.2
75ce472

Fix a race condition in NewTicker

v0.2.1

Choose a tag to compare

@sagikazarmark sagikazarmark released this 10 Sep 04:11
123636d

Fix negative duration

v0.2.0

Choose a tag to compare

@sagikazarmark sagikazarmark released this 06 Jul 12:20
56678c9

This release contains a few minor changes (like adding a go.mod file to the repository). This is only a maintenance release, the next release will contain more changes.