From ac99fc3ecbe040a04ff4dcb83a00c9f65e863b15 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 13 Oct 2022 16:19:49 +1100 Subject: [PATCH] Prepare v0.19.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ version.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a77ff09..c855f134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,28 @@ Here are some outlines of changes we intend to make that affect the public API: Released Changes ---------------- +### v0.19.0 + +_2022 October 13_ + +go-ipld-prime's release policy says that: + +> even numbers should be easy upgrades; odd numbers may change things + +The major change in this release is a bump to Go 1.18, and as such we're suggesting this should be an "easy upgrade". + +#### 🛠 Breaking Changes + +Update go.mod to Go 1.18. + +#### 🔦 Highlights + +* **Codecs**: [Correct JSON codec Bytes handling](https://github.com/ipld/go-ipld-prime/pull/472). This change does not impact DAG-JSON, which is the generally recommended codec for JSON output as the JSON codec cannot properly handle Bytes or Links. +* **Dependencies**: + * Update to go-multihash@v0.2.1: https://github.com/multiformats/go-multihash/releases/tag/v0.2.1 + * Update to go-multicodec@v0.6.0: https://github.com/multiformats/go-multicodec/releases/tag/v0.6.0 + * Update to go-cid@v0.3.2: https://github.com/ipfs/go-cid/compare/v0.2.0...v0.3.2 + ### v0.18.0 _2022 August 01_ diff --git a/version.json b/version.json index 5775de3b..0a972ecb 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.18.0" + "version": "v0.19.0" }