hecate 0.62.0

OpenStreetMap Inspired Data Storage Backend Focused on Performance and GeoJSON Interchange
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributing

## Merging Pull Requests

All PRs to master _must_ have a corresponding versioned release

- add CHANGELOG.md comment following current formatting
- Bump the version in Cargo.toml
- Bump the version in `src/lib.rs` (Top of file)
- Bump the version in `src/cli.yml`
- Build a linux release from a linux machine (`cargo build --release`)
- `git commit -am "v#.#.#`
- `git tag v#.#.#`
- `git push`
- `git push --tags`
- `cargo publish` (Optionally)
- Via the github interface create a new release and upload the hecate binary