Releases: qntx/xmtp
Releases · qntx/xmtp
v0.9.3
[0.9.3] - 2026-04-23
🚜 Refactor
- (docs) Split doc_auto_cfg into separate doc_cfg feature and auto_cfg attribute
📚 Documentation
- Document FFI/sys version coupling and clarify release workflow
⚙️ Miscellaneous Tasks
- Bump xmtp-sys version from 0.1.10 to 0.1.11
- Bump version to 0.9.3, upgrade alloy dependencies to 2.0.1, and add markdownlint config
ffi-v0.1.11
Full Changelog: v0.9.1...ffi-v0.1.11
v0.9.1
[0.9.1] - 2026-04-18
⚙️ Miscellaneous Tasks
- Bump version to 0.9.1 and update dependencies
v0.9.0
[0.9.0] - 2026-04-07
🚜 Refactor
- (app) Improve code quality and consistency across modules
- Replace XmtpError::Ffi with XmtpError::Io and improve FFI string handling
📚 Documentation
- Add TUI demo GIF to README
🧪 Testing
- Consolidate and improve FFI and type conversion test coverage
⚙️ Miscellaneous Tasks
- Update TUI demo GIF
- (lints) Enhance Rust and Clippy lint rules and update dependencies
- Bump version to 0.9.0 and remove unused sha3 dependency
v0.8.2
[0.8.2] - 2026-03-26
🚀 Features
- (push) Add push notification toggle for message sending (#17)
🚜 Refactor
- (skills) Rename xmtp-messaging skill to xmtp
📚 Documentation
- Add duplicate symbol linker workaround for staticlib bundling
- Add feature info, show 'available on feature ...' badge
⚙️ Miscellaneous Tasks
- Disable LTO in release profile for faster incremental builds
- Upgrade alloy dependencies to 1.8.2 and minor cleanup
- Bump version to 0.8.2 and update help text
v0.8.1
[0.8.1] - 2026-03-24
🎨 Styling
- (app) Reformat guard clause conditions to single-line format
⚙️ Miscellaneous Tasks
- Remove trailing whitespace in Cargo.toml
- Bump workspace version to 0.8.1 and simplify Makefile
v0.8.0
[0.8.0] - 2026-03-14
📚 Documentation
- (contributing) Add comprehensive Windows setup guide and dependency table
⚙️ Miscellaneous Tasks
- (xmtp-sys) Bump version from 0.1.9 to 0.1.10
ffi-v0.1.10
What's Changed
- [WIP] Fix ABI mismatch for nullable on-close callback by @Copilot in #6
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #5
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #4
New Contributors
- @Copilot made their first contribution in #6
- @dependabot[bot] made their first contribution in #5
Full Changelog: v0.7.6...ffi-v0.1.10