Skip to content

Commit d24a8f3

Browse files
committed
update changelog for 0.6.4 release
1 parent fb83309 commit d24a8f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,14 @@
4848
- `Exception::backtrace`.
4949

5050
### Fixed
51-
- Potential deadlock in `Lazy` when accessed for the first time from
52-
multiple threads simultaneously.
5351

5452
### Security
5553

54+
## [0.6.4] - 2024-05-08
55+
### Fixed
56+
- Potential deadlock in `Lazy` when accessed for the first time from
57+
multiple threads simultaneously.
58+
5659
## [0.6.3] - 2024-03-31
5760
### Fixed
5861
- Missing ` IntoValueFromNative` implementation for `Vec` and `HashMap`.
@@ -458,7 +461,8 @@
458461
- Pre-built bindings for Ruby 2.6 - 3.1 on common platforms, build-time
459462
generated bindings otherwise.
460463

461-
[Unreleased]: https://github.com/matsadler/magnus/compare/0.6.3...HEAD
464+
[Unreleased]: https://github.com/matsadler/magnus/compare/0.6.4...HEAD
465+
[0.6.4]: https://github.com/matsadler/magnus/compare/0.6.3...0.6.4
462466
[0.6.3]: https://github.com/matsadler/magnus/compare/0.6.2...0.6.3
463467
[0.6.2]: https://github.com/matsadler/magnus/compare/0.6.1...0.6.2
464468
[0.6.1]: https://github.com/matsadler/magnus/compare/0.6.0...0.6.1

0 commit comments

Comments
 (0)