Skip to content

Releases: jmert/UnixMmap.jl

v1.0.1

11 Nov 19:42
Compare
Choose a tag to compare

What's Changed

  • Bump Documenter compat to v1 by @jmert in #10
  • Remove definitions of ambiguous methods by @jmert in #9

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Dec 02:29
Compare
Choose a tag to compare

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

31 Jan 22:04
Compare
Choose a tag to compare

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.