Skip to content

Commit

Permalink
v0.9.0 Ruby 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Dec 17, 2023
1 parent 3568b33 commit f17a6c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ API and may have breaking changes during a teeny version change.


## [Unreleased]

## [0.9.0] - 2023-12-17
### Added
- Support for trailing comma in method macros, thanks to @andrewtbiehl
- Github actions testing support, thanks to @danielpclark & @striezel
- Rust 2021 Edition, thanks to @goyox86
- Support for compiling on OpenBSD, thanks to @marvinthepa

### Fixed
- removed warnings for allow(unused_mut) and allow(unused_variables) on methods! rtself arg, thanks to @danlarkin
- internal ruby string length check, thanks to @mpalmer

## [0.8.4] - 2022-03-29
### Added
- Implement `Eq` and `Hash` for `Symbol`, thanks to @ahogappa0613
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rutie"
version = "0.8.4"
version = "0.9.0"
authors = [
"Steve Klabnik <steve@steveklabnik.com>",
"Dmitry Gritsay <unseductable@gmail.com>",
Expand All @@ -21,7 +21,7 @@ links = "ruby"
no-link = [] # tells build.rs to not link to libruby

[dependencies]
libc = "0.2.121"
libc = "0.2.151"
lazy_static = "1.4.0"

[badges]
Expand Down

0 comments on commit f17a6c7

Please sign in to comment.