Releases: cloudfoundry/clock
Releases · cloudfoundry/clock
1.8.0
Update go.mod dependencies -------- index 105375d..6eae7f3 100644
1.7.0
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
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
Update go.mod dependencies -------- index 2dd8f94..dcaf942 100644
1.4.0
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
Update go.mod dependencies -------- index 55f778f..4c3cb43 100644
v1.2.0
What's Changed
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 by @dependabot in #65
- Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 by @dependabot in #66
- Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #67
- Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in #68
- Added linter and fixed minor warnings by @KevinJCross in #29
- Bump github.com/onsi/gomega from 1.27.7 to 1.28.0 by @dependabot in #77
- Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.13.0 by @dependabot in #79
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #78
- Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #80
- Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #81
- Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #82
- Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #83
- Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #84
- Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 by @dependabot in #88
- Add standard testing process by @winkingturtle-vmw in #89
- Fix scripts path to be inline with CI by @winkingturtle-vmw in #90
New Contributors
- @geofffranks made their first contribution in #68
- @KevinJCross made their first contribution in #29
Full Changelog: v1.1.0...v1.2.0