From e5f337493a80268d6bd21cd1655b4e3c088e5603 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 25 Sep 2025 00:25:56 +0000 Subject: [PATCH] update documentation --- .../taproot-assets/examples/basic-price-oracle/go.mod | 2 +- .../release-notes/release-notes-0.7.0.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/taproot-assets/examples/basic-price-oracle/go.mod b/docs/taproot-assets/examples/basic-price-oracle/go.mod index 9745ced5..4135bfa5 100644 --- a/docs/taproot-assets/examples/basic-price-oracle/go.mod +++ b/docs/taproot-assets/examples/basic-price-oracle/go.mod @@ -1,6 +1,6 @@ module basic-price-oracle -go 1.23.12 +go 1.24.6 // We want to format raw bytes as hex instead of base64. The forked version // allows us to specify that as an option. diff --git a/docs/taproot-assets/release-notes/release-notes-0.7.0.md b/docs/taproot-assets/release-notes/release-notes-0.7.0.md index 8949b032..6788ff24 100644 --- a/docs/taproot-assets/release-notes/release-notes-0.7.0.md +++ b/docs/taproot-assets/release-notes/release-notes-0.7.0.md @@ -238,6 +238,12 @@ `ChainPorter` state machine by removing a goroutine and simplifying event emission. Fixes an itest flake. +- [The Golang version used was bumped to `v1.23.12` to fix a potential issue + with the SQL API](https://github.com/lightninglabs/taproot-assets/pull/1713). + +- [The Golang version used was bumped to `v1.24.6` in order to keep up with the + dependencies (LND).](https://github.com/lightninglabs/taproot-assets/pull/1815) + ## Breaking Changes ## Performance Improvements @@ -252,11 +258,6 @@ ## Database -## Code Health - -- [The Golang version used was bumped to `v1.23.12` to fix a potential issue - with the SQL API](https://github.com/lightninglabs/taproot-assets/pull/1713). - ## Tooling and Documentation - [Two new sequence diagrams were