Skip to content

Commit d12ee18

Browse files
Merge pull request #956 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents e91b95e + 40af41b commit d12ee18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/taproot-assets/examples/basic-price-oracle/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module basic-price-oracle
22

3-
go 1.24.6
3+
go 1.24.9
44

55
// We want to format raw bytes as hex instead of base64. The forked version
66
// allows us to specify that as an option.

docs/taproot-assets/release-notes/release-notes-0.7.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@
315315
- [The Golang version used was bumped to `v1.24.6` in order to keep up with the
316316
dependencies (LND).](https://github.com/lightninglabs/taproot-assets/pull/1815)
317317

318+
- [PR](https://github.com/lightninglabs/taproot-assets/pull/1861): Bump
319+
`lnd` to `v0.20.0-beta` as prep for non-RC release of taproot-assets.
320+
318321
## Breaking Changes
319322

320323
## Performance Improvements

0 commit comments

Comments
 (0)