Skip to content

Commit

Permalink
bump version for 0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Apr 8, 2023
1 parent 378fb41 commit 8f5e30d
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 35 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

## [Unreleased]
### Added
- `Value::as_value` method that can be called on any Ruby type (as all Ruby
types deref to `Value`) as a forward-compatible way to convert a Ruby type to
`Value`.

### Changed

Expand All @@ -16,6 +13,12 @@

### Security

## [0.5.3] - 2023-04-07
### Added
- `Value::as_value` method that can be called on any Ruby type (as all Ruby
types deref to `Value`) as a forward-compatible way to convert a Ruby type to
`Value`.

## [0.5.2] - 2023-03-19
### Fixed
- Fixed compilation issue in `RBignum` on 32 bit platforms.
Expand Down Expand Up @@ -308,7 +311,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.5.2...HEAD
[Unreleased]: https://github.com/matsadler/magnus/compare/0.5.3...HEAD
[0.5.3]: https://github.com/matsadler/magnus/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/matsadler/magnus/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/matsadler/magnus/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/matsadler/magnus/compare/0.4.4...0.5.0
Expand Down
58 changes: 31 additions & 27 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.5.2"
version = "0.5.3"
authors = ["Mat Sadler <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_exception_ruby/ext/ahriman/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 examples/custom_exception_rust/ext/ahriman/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 examples/rust_blank/ext/rust_blank/Cargo.lock

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

0 comments on commit 8f5e30d

Please sign in to comment.