update changelog and ffi.nimble for v0.1.5

This commit is contained in:
Ivan FB 2026-06-08 18:23:03 +02:00
parent c1aed9cfa5
commit f6a3a338c0
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## [0.1.5] - 2026-06-08
[Full changelog](https://github.com/logos-messaging/nim-ffi/compare/v0.1.4...v0.1.5)
### Fixed
- Recycle FFI contexts in the pool instead of tearing them down per cycle,
stopping a per-cycle file-descriptor leak (#74).
## [0.1.4] - 2026-06-02
[Full changelog](https://github.com/logos-messaging/nim-ffi/compare/v0.1.3...v0.1.4)

View File

@ -1,6 +1,6 @@
# ffi.nimble
version = "0.1.4"
version = "0.1.5"
author = "Institute of Free Technology"
description = "FFI framework with custom header generation"
license = "MIT or Apache License 2.0"