From eb0d8ef5e2b40d718c704173bd3d52f647e24fb7 Mon Sep 17 00:00:00 2001 From: Mat Sadler Date: Sun, 30 Jun 2024 14:57:32 -0700 Subject: [PATCH] bump version to 0.7.1 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76295cfc..1c3a9a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -479,7 +479,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.7.0...HEAD +[Unreleased]: https://github.com/matsadler/magnus/compare/0.7.1...HEAD +[0.7.1]: https://github.com/matsadler/magnus/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/matsadler/magnus/compare/0.6.4...0.7.0 [0.6.4]: https://github.com/matsadler/magnus/compare/0.6.3...0.6.4 [0.6.3]: https://github.com/matsadler/magnus/compare/0.6.2...0.6.3 diff --git a/Cargo.lock b/Cargo.lock index 988b9a6f..fae067be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ dependencies = [ [[package]] name = "magnus" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bytes", "magnus", diff --git a/Cargo.toml b/Cargo.toml index 7e123daa..8b13691f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnus" -version = "0.7.0" +version = "0.7.1" 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"]