All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning.
After version 0.12 the version numbers from the individual crates are decoupled from each other as releases are now
done without github actions and without having to coordinate the release process with the h3ronpy
python extension.
- Upgrade
bindgen
from 0.63 to 0.69 and rebuild the prebuild bindings.
- Upgrade
bindgen
from 0.61 to 0.63 and rebuild the prebuild bindings. - Upgrade H3 from version 4.0.1 to 4.1.0
- Upgrade
bindgen
from 0.60 to 0.61.
- Include pre-build bindings to drop the
bindgen
dependency as the default. Enabling thebindgen
-feature allows creating the bindings during build. - Update H3 to v4.0.1.
- Drop the
cmake
build time dependency by buildinglibh3
with thecc
crate. #47.
- Upgrade to h3 v4.0.0
- Added
geo-types
feature.
- Switch to rust edition 2021
h3ron-h3-sys 0.12.0 - 2021-08-10
- Silence
deref_nullptr
warnings in cbindgen generated bindings. #19 - Updated libh3 to v3.7.2
- dependency updates
h3ron-h3-sys 0.11.0 - 2021-06-12
no changes
h3ron-h3-sys 0.10.0 - 2021-04-24
no changes
h3ron-h3-sys 0.9.0 - 2021-04-11
no changes
The changes done in earlier versions where not documented in this changelog and can only be reconstructed from the commits in git.