Skip to content

Releases: jonboulle/clockwork

v0.5.0

02 Jan 13:07
v0.5.0
6d8d032
Compare
Choose a tag to compare

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

01 Apr 18:44
v0.4.0
606c48b
Compare
Choose a tag to compare

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

21 Apr 10:37
v0.3.0
6a247c3
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

New Contributors

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

v0.2.3

24 Mar 08:18
v0.2.3
601f21d
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.2.2

29 Sep 17:19
v0.2.2
75ce472
Compare
Choose a tag to compare

Fix a race condition in NewTicker

v0.2.1

10 Sep 04:11
123636d
Compare
Choose a tag to compare

Fix negative duration

v0.2.0

06 Jul 12:20
56678c9
Compare
Choose a tag to compare

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.