Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Apr 3, 2022
1 parent 721fe76 commit c303f99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
### Removed

### Fixed
- Fixed compilation error in `method!` and `function!` macros with arity
argument of 5

### Security

## [0.2.1] - 2022-04-03

### Fixed
- Fixed compilation error in `method!` and `function!` macros with arity
argument of 5

## [0.2.0] - 2022-03-31
### Added
- Functions in `class`, `module`, and `error` modules to access built-in
Expand Down Expand Up @@ -69,6 +73,7 @@
- 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.2.0...HEAD
[Unreleased] https://github.com/matsadler/magnus/compare/0.2.1...HEAD
[0.2.1]: https://github.com/matsadler/magnus/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/matsadler/magnus/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/matsadler/magnus/tree/0.1.0
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.2.0"
version = "0.2.1"
authors = ["Mat Sadler <[email protected]>"]
edition = "2018"
description = "High level Ruby bindings for Rust."
Expand Down

0 comments on commit c303f99

Please sign in to comment.