Skip to content

Commit bca4ea7

Browse files
committed
bump version to 0.8.2
1 parent feeb66b commit bca4ea7

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
### Security
1515

16+
## [0.8.2] - 2025-10-07
17+
### Fixed
18+
- Fixed error message when converting Ruby string to a Rust string.
19+
1620
## [0.8.1] - 2025-09-06
1721
### Fixed
1822
- Fixed error compiling on 32-bit platforms.
@@ -538,6 +542,7 @@
538542
generated bindings otherwise.
539543

540544
[Unreleased]: https://github.com/matsadler/magnus/compare/0.8.0...HEAD
545+
[0.8.2]: https://github.com/matsadler/magnus/compare/0.8.1...0.8.2
541546
[0.8.1]: https://github.com/matsadler/magnus/compare/0.8.0...0.8.1
542547
[0.8.0]: https://github.com/matsadler/magnus/compare/0.7.1...0.8.0
543548
[0.7.1]: https://github.com/matsadler/magnus/compare/0.7.0...0.7.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magnus"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55
description = "High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary."
66
keywords = ["ruby", "rubygem", "extension", "gem"]

examples/complete_object/ext/temperature/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/custom_exception_ruby/ext/ahriman/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/custom_exception_rust/ext/ahriman/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust_blank/ext/rust_blank/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)