Skip to content

Commit 1d3e44b

Browse files
committed
Update go-toolkit version
1 parent 8fe0cd5 commit 1d3e44b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7+
## [0.4.0] - 2025-07-30
8+
9+
### Changed
10+
11+
The WebPub data the go-toolkit parses and provides has been updated to more closely match the latest WebPub spec. Pay close attention to these changes if you depend on the WebPub output in reading systems/libraries that use an older version of the spec!
12+
713
## [0.3.0] - 2025-07-12
814

915
### Changed
@@ -42,4 +48,4 @@ All notable changes to this project will be documented in this file.
4248

4349
### Added
4450

45-
- Created this project based on the command-line utilities from the [Go toolkit](https://github.com/readium/go-toolkit)
51+
- Created this project based on the command-line utilities from the [https://github.com/readium/go-toolkit](Go Toolkit)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/gorilla/mux v1.8.1
1313
github.com/gotd/contrib v0.21.0
1414
github.com/pkg/errors v0.9.1
15-
github.com/readium/go-toolkit v0.10.2
15+
github.com/readium/go-toolkit v0.11.0
1616
github.com/spf13/cobra v1.9.1
1717
github.com/vmihailenco/go-tinylfu v0.2.2
1818
github.com/zeebo/xxh3 v1.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10/go.mod h1
233233
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
234234
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
235235
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
236-
github.com/readium/go-toolkit v0.10.2 h1:5H2Tec7hUjQ1oZ+Kx9mDhiHHfWDm908Bg9LDwdwKc8Q=
237-
github.com/readium/go-toolkit v0.10.2/go.mod h1:4XjLWfD6Vas2UUeXcUwAiFjV/K8eTAF/GJw+jm/90pg=
236+
github.com/readium/go-toolkit v0.11.0 h1:SGFF2XVe5/9cRnkLV/Wj58FMOY/Xo7dBmGz1SZI+Pjc=
237+
github.com/readium/go-toolkit v0.11.0/go.mod h1:4XjLWfD6Vas2UUeXcUwAiFjV/K8eTAF/GJw+jm/90pg=
238238
github.com/readium/xmlquery v0.0.0-20230106230237-8f493145aef4 h1:iEQhT4jOppg7EK/r4/1e4ULIeCsugv35O+sDlvce5Bo=
239239
github.com/readium/xmlquery v0.0.0-20230106230237-8f493145aef4/go.mod h1:S7gZ8KUgPbsdlF9/iomcwnU31iHMyFEO66+JFJE8uz8=
240240
github.com/relvacode/iso8601 v1.6.0 h1:eFXUhMJN3Gz8Rcq82f9DTMW0svjtAVuIEULglM7QHTU=

0 commit comments

Comments
 (0)