diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f..eb5abf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d116321..6fceef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.4](https://github.com/oxidezap/whatsapp-rust-bridge/compare/v0.6.3...v0.6.4) (2026-08-07) + + +### Bug Fixes + +* **codegen:** fail when the core sources are missing instead of emitting less ([#10](https://github.com/oxidezap/whatsapp-rust-bridge/issues/10)) ([7305764](https://github.com/oxidezap/whatsapp-rust-bridge/commit/7305764f360422ddecbae5e52afe01ace4bdf9c0)) +* **deps:** take whatsapp-rust 0.7.0 from crates.io ([#12](https://github.com/oxidezap/whatsapp-rust-bridge/issues/12)) ([66c945d](https://github.com/oxidezap/whatsapp-rust-bridge/commit/66c945df0812b5c300e5a01521701210511c3b1f)) + ## [0.6.3](https://github.com/oxidezap/whatsapp-rust-bridge/compare/v0.6.2...v0.6.3) (2026-08-07) diff --git a/package-lock.json b/package-lock.json index 78484f5..ee351fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsapp-rust-bridge", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatsapp-rust-bridge", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "devDependencies": { "@bufbuild/protobuf": "^2.12.0", diff --git a/package.json b/package.json index b6b740c..bc17b53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oxidezap/whatsapp-rust-bridge", - "version": "0.6.3", + "version": "0.6.4", "description": "A high-performance utilities for WhatsApp, powered by Rust and WebAssembly.", "author": "João Lucas ", "license": "MIT",