Skip to content

Releases: cloudfoundry/clock

1.10.0

04 Sep 18:54

Choose a tag to compare

Update go.mod dependencies

--------

index ecb00f7..9e20176 100644

1.9.0

03 Sep 18:53

Choose a tag to compare

Update go.mod dependencies

--------

index 6eae7f3..ecb00f7 100644

1.8.0

29 Aug 18:48

Choose a tag to compare

Update go.mod dependencies

--------

index 105375d..6eae7f3 100644

1.7.0

28 Aug 18:51

Choose a tag to compare

Update go.mod dependencies

--------

index ba000de..105375d 100644
@@ -5,8 +5,8 @@ go 1.22
 toolchain go1.22.3

-	github.com/onsi/ginkgo/v2 v2.20.1
-	github.com/onsi/gomega v1.34.1
+	github.com/onsi/ginkgo/v2 v2.20.2
+	github.com/onsi/gomega v1.34.2
 	github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26

1.6.0

27 Aug 18:47

Choose a tag to compare

Update go.mod dependencies

--------

index dcaf942..ba000de 100644
@@ -1,6 +1,8 @@
 module code.cloudfoundry.org/clock

-go 1.20
+go 1.22
+
+toolchain go1.22.3

 	github.com/onsi/ginkgo/v2 v2.20.1

1.5.0

23 Aug 18:43

Choose a tag to compare

Update go.mod dependencies

--------

index 2dd8f94..dcaf942 100644

1.4.0

22 Aug 18:40

Choose a tag to compare

Update go.mod dependencies

--------

index 4c3cb43..2dd8f94 100644
@@ -3,7 +3,7 @@ module code.cloudfoundry.org/clock
 go 1.20

-	github.com/onsi/ginkgo/v2 v2.20.0
+	github.com/onsi/ginkgo/v2 v2.20.1
 	github.com/onsi/gomega v1.34.1
 	github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26

1.3.0

13 Aug 14:57

Choose a tag to compare

Update go.mod dependencies

--------

index 55f778f..4c3cb43 100644

v1.2.0

03 Jul 14:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

1.0.0

09 Jul 14:14

Choose a tag to compare

don't fire twice  when multiple tickers are registered with the clock