Releases: jmert/UnixMmap.jl
Releases · jmert/UnixMmap.jl
v1.0.2
UnixMmap v1.0.2
Diff since v1.0.1
Merged pull requests:
- Set finalizer on underlying
Memory
object in Julia 1.11+ (#11) (@jmert)
- Upgrade to Documenter v1.3+ to produce link inventories (#12) (@jmert)
v1.0.0
UnixMmap v1.0.0
Diff since v0.1.1
Merged pull requests:
- Update CI with changes from PkgTemplates.jl (#5) (@jmert)
- Add binding for msync and associated constants (#6) (@jmert)
- Prepare for registration (#7) (@jmert)
v0.1.1
First semi-public release.
Basic functionality was established in v0.1.0, but there were missing doc strings and no documentation. This patch release adds doc strings to the flag constant types and establishes very basic documentation of the API.