Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Mar 31, 2024
1 parent 5c6089f commit f691426
Show file tree
Hide file tree
Showing 7 changed files with 499 additions and 274 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

### Security

## [0.6.3] - 2024-03-31
### Fixed
- Missing ` IntoValueFromNative` implementation for `Vec` and `HashMap`.

## [0.6.2] - 2023-09-18
### Fixed
- Compliation error in `bytes` feature.
Expand Down Expand Up @@ -406,7 +410,8 @@
- Pre-built bindings for Ruby 2.6 - 3.1 on common platforms, build-time
generated bindings otherwise.

[Unreleased]: https://github.com/matsadler/magnus/compare/0.6.2...0.6
[Unreleased]: https://github.com/matsadler/magnus/compare/0.6.3...0.6
[0.6.2]: https://github.com/matsadler/magnus/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/matsadler/magnus/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/matsadler/magnus/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/matsadler/magnus/compare/0.5.3...0.6.0
Expand Down
156 changes: 100 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magnus"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
description = "High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary."
keywords = ["ruby", "rubygem", "extension", "gem"]
Expand Down
Loading

0 comments on commit f691426

Please sign in to comment.