File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88See [ ` UPGRADE.md ` ] ( ./UPGRADE.md ) for additional help when upgrading to newer
99versions.
1010
11- ## unreleased
12-
13- ### Added
11+ ## 0.37.1 - 2025-09-10
1412
1513### Fixed
1614
17- ### Changed
18-
19- ### Removed
15+ - Fix required Elixir version (>= 1.15) in ` rustler_mix `
16+ - Fix missing ` chdir ` in ` rustler_mix ` when compiling in a subdirectory (#706 )
2017
2118## 0.37.0 - 2025-09-09
2219
Original file line number Diff line number Diff line change 22
33This document is intended to simplify upgrading to newer versions by extending the changelog.
44
5- ## 0.36 -> 0.37
6-
7- ` rustler_mix ` will now require a workspace with the same root as the Elixir
8- package with all relevant crates included as workspace members. If the package
9- previously had a crate at ` native/my_crate ` , a ` Cargo.toml ` with the following
10- content should be added at the root:
11- ``` toml
12- [workspace ]
13- resolver = " 3"
14- members = [" native/my_crate" ]
15- ```
16-
17- The ` /target ` directory should also be added to the root's ` .gitignore ` file.
18-
19- More information on workspaces can be found in the Rust documentation at
20- https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html .
21-
225## 0.34 -> 0.35
236
247` rustler_sys ` as a standalone library has been replaced by an embedded
You can’t perform that action at this time.
0 commit comments