Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/taproot-assets/examples/basic-price-oracle/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module basic-price-oracle

go 1.23.9
go 1.23.12

// We want to format raw bytes as hex instead of base64. The forked version
// allows us to specify that as an option.
Expand Down
3 changes: 3 additions & 0 deletions docs/taproot-assets/release-notes/release-notes-0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@

## 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
Expand Down