Skip to content

Releases: cloudfoundry/bytefmt

0.11.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 01 Oct 00:05
Update go.mod dependencies

--------

index 332f6e2..6bc6656 100644

0.10.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 10 Sep 18:59
Update go.mod dependencies

--------

index 0c11689..332f6e2 100644

0.9.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 09 Sep 19:07
Update go.mod dependencies

--------

index ee53562..0c11689 100644
@@ -1,6 +1,6 @@
 module code.cloudfoundry.org/bytefmt

-go 1.22
+go 1.22.0

 toolchain go1.22.3

0.8.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 05 Sep 18:55
Update go.mod dependencies

--------

index ce7806e..ee53562 100644

0.7.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 04 Sep 18:53
Update go.mod dependencies

--------

index bce6ad1..ce7806e 100644

0.6.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 03 Sep 18:53
Update go.mod dependencies

--------

index d789cf8..bce6ad1 100644

0.5.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 29 Aug 18:47
Update go.mod dependencies

--------

index 7c18c20..d789cf8 100644

0.4.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 27 Aug 18:47
Update go.mod dependencies

--------

index 108f864..8c48270 100644
@@ -1,6 +1,8 @@
 module code.cloudfoundry.org/bytefmt

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

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

0.3.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 23 Aug 18:41
Update go.mod dependencies

--------

index 8ad1887..108f864 100644

0.2.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 22 Aug 18:40
Update go.mod dependencies

--------

index 8b3b7ff..8ad1887 100644
@@ -3,7 +3,7 @@ module code.cloudfoundry.org/bytefmt
 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