Skip to content

Commit

Permalink
bump version to 0.8 for dev & make old-api not a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Jul 27, 2024
1 parent 26574af commit 0d9d781
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
### Changed
- Conversions between Ruby's `Time` and Rust's `SystemTime` now preserve
nanosecond precision.
- 'old-api' feature, which disables deprecation warnings for the old api is no
longer a default feature.

### Deprecated

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.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magnus"
version = "0.7.1"
version = "0.8.0"
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"]
Expand All @@ -21,7 +21,6 @@ exclude = [
]

[features]
default = ["old-api"]
bytes = ["dep:bytes"]
chrono = ["dep:chrono"]
embed = ["rb-sys/link-ruby"]
Expand Down
2 changes: 1 addition & 1 deletion examples/complete_object/ext/temperature/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_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 0d9d781

Please sign in to comment.