Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jun 30, 2023
1 parent 9cfdcfc commit 2e2e924
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

See [`UPGRADE.md`](./UPGRADE.md) for additional help when upgrading to newer versions.

## [unreleased]
## [0.29.1] - 2023-06-30

### Fixed

* Exclude directories from external resources for compatibility with Elixir 1.15
(#548, thanks @adrienmo)
* Fix `NifTaggedEnum` derived `Encoder` impl for named-field variants (#547,
thanks @dylanburati)
* Remove `cfg!` directives in build.rs causing cross-compilation to fail (#555,
thanks @fabriziosestito)

## [0.29.0] - 2023-06-22

## Added
### Added

* `ErlOption<T>` to provide an ergonomic option type for Erlang (#507, thanks @tatsuya6502)

Expand All @@ -26,7 +35,7 @@ See [`UPGRADE.md`](./UPGRADE.md) for additional help when upgrading to newer ver

* Support OTP 26 (#526, thanks @philss)
* Support tuples in NIF macro (#520, #527, thanks @denumerate and @philss)
* Supportfor `load_data_fun` to compute `load_data` at runtime (#413, thanks @kaaboaye)
* Support for `load_data_fun` to compute `load_data` at runtime (#413, thanks @kaaboaye)

### Changed

Expand Down

0 comments on commit 2e2e924

Please sign in to comment.