Skip to content

Commit 7c3bb2a

Browse files
chore: release v0.30.0 (#1054)
1 parent 2c3a43e commit 7c3bb2a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/libp2p/go-libp2p-kad-dht
22

33
go 1.23.0
44

5-
retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0
6-
75
require (
86
github.com/google/gopacket v1.1.19
97
github.com/google/uuid v1.6.0
@@ -141,3 +139,7 @@ require (
141139
gopkg.in/yaml.v3 v3.0.1 // indirect
142140
lukechampine.com/blake3 v1.4.0 // indirect
143141
)
142+
143+
retract v0.29.2 // this includes a breaking change and should have been released as v0.30.0
144+
145+
retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.29.2"
2+
"version": "v0.30.0"
33
}

0 commit comments

Comments
 (0)