mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-07-24 08:43:16 +00:00
update changelog and ffi.nimble for v0.1.5
This commit is contained in:
parent
c1aed9cfa5
commit
f6a3a338c0
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user