Skip to content

Commit 04816fa

Browse files
committed
Update changelog and remove unnecessary upgrade notice
1 parent c947c57 commit 04816fa

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
See [`UPGRADE.md`](./UPGRADE.md) for additional help when upgrading to newer
99
versions.
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

UPGRADE.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
22

33
This 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

0 commit comments

Comments
 (0)