Skip to content

build(deps): bump gitlab.com/ark-bitcoin/bark-ffi-bindings/golang from 0.15.0 to 0.19.0 - #2560

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/gitlab.com/ark-bitcoin/bark-ffi-bindings/golang-0.19.0
Open

build(deps): bump gitlab.com/ark-bitcoin/bark-ffi-bindings/golang from 0.15.0 to 0.19.0#2560
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/gitlab.com/ark-bitcoin/bark-ffi-bindings/golang-0.19.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps gitlab.com/ark-bitcoin/bark-ffi-bindings/golang from 0.15.0 to 0.19.0.

Release notes

Sourced from gitlab.com/ark-bitcoin/bark-ffi-bindings/golang's releases.

v0.19.0+bark-0.6.1

Automated release v0.19.0+bark-0.6.1 from Gitlab CI

v0.18.0+bark-0.6.1

Automated release v0.18.0+bark-0.6.1 from Gitlab CI

v0.17.0+bark-0.6.1

Automated release v0.17.0+bark-0.6.1 from Gitlab CI

v0.16.1+bark-0.6.1

Automated release v0.16.1+bark-0.6.1 from Gitlab CI

v0.16.0+bark-0.6.0

Automated release v0.16.0+bark-0.6.0 from Gitlab CI

Changelog

Sourced from gitlab.com/ark-bitcoin/bark-ffi-bindings/golang's changelog.

Bark FFI Bindings - Unified Release Process

This document describes the unified release process for all language bindings (React Native, Kotlin, Swift, Dart, Golang, and WASM).

Overview

All language bindings are released together with a single git tag to ensure consistency across all platforms. The version scheme follows semantic versioning with build metadata indicating the underlying bark library version.

Current version: 0.19.0+bark-0.6.1

Version Format

We use semantic versioning with build metadata:

MAJOR.MINOR.PATCH+bark-BARK_VERSION

Example: 0.19.0+bark-0.6.1

  • 0.19.0 - Bindings version (our versioning for the FFI wrappers)
  • +bark-0.6.1 - Build metadata indicating which bark library version is used

This follows the semver spec §10 for build metadata.

Each language folder additionally pins its own bark-ffi dependency tag, which also encodes the UniFFI version, e.g. v0.23.0+bark-0.6.1.uniffi-0.31.1 (see the constants at the top of the justfile).

Versioning Per Language

Each language has different package manager requirements:

Language Version in Package Published As Notes
React Native 0.19.0 (stripped, releaseTag: v0.19.0+bark-0.6.1) 0.19.0 npm strips +; full tag preserved in releaseTag
WASM 0.19.0 (stripped, releaseTag: v0.19.0+bark-0.6.1) 0.19.0 npm strips +; full tag preserved in releaseTag
Kotlin 0.19.0+bark-0.6.1 0.19.0+bark-0.6.1 GitLab Maven Registry supports full semver
Swift 0.19.0+bark-0.6.1 0.19.0+bark-0.6.1 SPM supports full semver
Dart 0.19.0+bark-0.6.1 0.19.0+bark-0.6.1 pub.dev supports full semver
Golang 0.19.0+bark-0.6.1 0.19.0+bark-0.6.1 Released via git tag (plus a Go-compatible tag)

npm Limitation

npm does not support the + character in versions and strips everything after it during publishing. This is a known limitation of npm (not a bug in semver or our versioning).

... (truncated)

Commits
  • 644d010 chore: add pre-built Golang binaries for v0.19.0+bark-0.6.1 [skip ci]
  • a70aed6 Merge branch 'release/v0.19.0+bark-0.6.1' into 'master'
  • 7f17fdc Release: v0.19.0+bark-0.6.1
  • 9c55390 chore: add pre-built Golang binaries for v0.18.0+bark-0.6.1 [skip ci]
  • 80cb734 Merge branch 'release/v0.18.0+bark-0.6.1' into 'master'
  • e13098e Release: v0.18.0+bark-0.6.1
  • ac9eead chore: update CI_CD_ARCHITECTURE and RELEASE markdown files
  • a460011 chore: add pre-built Golang binaries for v0.17.0+bark-0.6.1 [skip ci]
  • 852baca Merge branch 'release/v0.17.0+bark-0.6.1' into 'master'
  • ffbd5fc Release: v0.17.0+bark-0.6.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gitlab.com/ark-bitcoin/bark-ffi-bindings/golang](https://gitlab.com/ark-bitcoin/bark-ffi-bindings) from 0.15.0 to 0.19.0.
- [Release notes](https://gitlab.com/ark-bitcoin/bark-ffi-bindings/tags)
- [Changelog](https://gitlab.com/ark-bitcoin/bark-ffi-bindings/blob/master/RELEASE.md)
- [Commits](https://gitlab.com/ark-bitcoin/bark-ffi-bindings/compare/golang/v0.15.0...golang/v0.19.0)

---
updated-dependencies:
- dependency-name: gitlab.com/ark-bitcoin/bark-ffi-bindings/golang
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants