Skip to content

chore(release): bump version to v1.6.0 - #10

Merged
khanaffan merged 1 commit into
mainfrom
chore/release-v1.6.0
Jun 22, 2026
Merged

chore(release): bump version to v1.6.0#10
khanaffan merged 1 commit into
mainfrom
chore/release-v1.6.0

Conversation

@khanaffan

Copy link
Copy Markdown
Owner

Release v1.6.0

Bumps every language port and the SQLite extension from 1.5.0 → 1.6.0 for the
new backward-compatible Builder buffer-reuse API merged in #9.

Per semver this is a minor release (additive, fully backward compatible).

Version strings updated

Area File(s)
SQLite extension CMakeLists.txt, src/msgpack.c (header + SQLITE_MSGPACK_VERSION defines)
C++ cpp/CMakeLists.txt
JS/TS js/package.json, js/package-lock.json, js/src/index.ts
Rust rust/Cargo.toml, rust/src/lib.rs
Python python/pyproject.toml, python/msgpack_blob/__init__.py
Go go/format.go

Drive-by fix

SQLITE_MSGPACK_VERSION was still "1.4.0" (the v1.5.0 bump missed it), so the
runtime msgpack_version() SQL function under-reported the version. It now
correctly returns 1.6.0 (SQLITE_MSGPACK_VERSION_NUMBER = 1006000), verified
against the compiled msgpack.so.

Note: rust/Cargo.lock and js/dist/ are gitignored generated artifacts and
regenerate on build, so they are intentionally not in this diff.

After merge, tag v1.6.0 to cut the release.

Bump all language ports and the SQLite extension from 1.5.0 to 1.6.0 for
the buffer-reuse feature (new backward-compatible Builder API).

Also fixes a stale runtime version: SQLITE_MSGPACK_VERSION was still
"1.4.0" (the v1.5.0 bump missed it), so msgpack_version() now correctly
reports 1.6.0 (1006000).

Bumped: root + cpp CMakeLists, src/msgpack.c (header + version defines),
js (package.json, package-lock.json, src/index.ts), rust (Cargo.toml,
src/lib.rs), python (pyproject.toml, __init__.py), go (format.go).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@khanaffan
khanaffan merged commit 4f8538a into main Jun 22, 2026
6 checks passed
@khanaffan
khanaffan deleted the chore/release-v1.6.0 branch June 25, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant