We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b48ce commit c79c579Copy full SHA for c79c579
CHANGELOG.md
@@ -18,6 +18,24 @@ versions.
18
19
### Removed
20
21
+## 0.37.0 - 2025-09-09
22
+
23
+### Added
24
25
+- Add `staticlib` feature to compile without `nif_init` and add `{pkg}_nif_init`
26
+ symbol (#688)
27
+- Add `IntoIterator` to `OwnedBinary` (#702, thanks aDifferentJT)
28
29
+### Fixed
30
31
+- Set `ErlNifEntry.min_erts` to a placeholder value (#703)
32
33
+### Changed
34
35
+- Refactor build logic to remove TOML dependency (#691)
36
+- Use `inline` on commonly used functions (#475, thanks @joshuataylor)
37
+- Make `EnifAllocator` available even if the `allocator` feature is not enabled
38
39
## 0.36.2 - 2025-06-09
40
41
### Added
0 commit comments