Skip to content

Commit

Permalink
bump version for 0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Jun 8, 2023
1 parent f0ba8b8 commit 1f9e96a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
### Added

### Changed
- `try_convert` module is now public so that `TryConvertOwned` can be
named/implemented.

### Deprecated

Expand All @@ -15,6 +13,11 @@

### Security

## [0.5.4] - 2023-06-07
### Changed
- `try_convert` module is now public so that `TryConvertOwned` can be
named/implemented.

## [0.5.3] - 2023-04-07
### Added
- `Value::as_value` method that can be called on any Ruby type (as all Ruby
Expand Down Expand Up @@ -313,7 +316,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.3...HEAD
[Unreleased]: https://github.com/matsadler/magnus/compare/0.5.4...HEAD
[0.5.4]: https://github.com/matsadler/magnus/compare/0.5.3...0.5.4
[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
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.5.4"
authors = ["Mat Sadler <mat@sourcetagsandcodes.com>"]
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 1f9e96a

Please sign in to comment.