Skip to content

chore: v0.90.0 bump#62

Merged
rvagg merged 1 commit into
masterfrom
rvagg/v0.90.0
May 19, 2026
Merged

chore: v0.90.0 bump#62
rvagg merged 1 commit into
masterfrom
rvagg/v0.90.0

Conversation

@rvagg
Copy link
Copy Markdown
Collaborator

@rvagg rvagg commented May 19, 2026

No description provided.

@github-actions
Copy link
Copy Markdown

Suggested tag: v0.90.0

Comparing to: v0.89.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 3cb5a6e..08da0ea 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,17 @@
 module github.com/polydawn/refmt
 
-go 1.16
+go 1.25.0
 
 require (
 	github.com/go-yaml/yaml v2.1.0+incompatible
-	github.com/smartystreets/goconvey v1.7.2
-	github.com/urfave/cli v1.22.10
-	github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0
+	github.com/smartystreets/goconvey v1.8.1
+	github.com/urfave/cli v1.22.17
+)
+
+require (
+	github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
+	github.com/gopherjs/gopherjs v1.17.2 // indirect
+	github.com/jtolds/gls v4.20.0+incompatible // indirect
+	github.com/russross/blackfriday/v2 v2.1.0 // indirect
+	github.com/smarty/assertions v1.15.0 // indirect
 )

gorelease says:

# github.com/polydawn/refmt/cbor
## compatible changes
DecodeOptions.MaxIndefiniteSize: added
DecodeOptions.RejectIndefinite: added
DecodeOptions.RejectInfinity: added
DecodeOptions.RejectNaN: added
DecodeOptions.RejectNarrowFloat: added
DecodeOptions.RejectNonMinimalInteger: added
ErrFloatInfinity: added
ErrFloatNaN: added
ErrIndefiniteLength: added
ErrIndefiniteSizeExceeded: added
ErrNarrowFloat: added
ErrNonMinimalInteger: added

# github.com/polydawn/refmt/testutil
## compatible changes
Checker: added
Require: added
ShouldEqual: added
Wish: added

# summary
v0.90.0 is a valid semantic version for this release.

gocompat says:

HEAD is now at ad1efcb add go mod files.
Previous HEAD position was ad1efcb add go mod files.
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@rvagg rvagg merged commit 35c3f9f into master May 19, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant