Skip to content

Commit

Permalink
Merge pull request #16 from isaacbrodsky/version-3.0.2
Browse files Browse the repository at this point in the history
v3.0.2
  • Loading branch information
isaacbrodsky committed Jan 25, 2018
2 parents 303f07d + abb27f7 commit 9308e68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

The public API of this library consists of the functions declared in file
`h3api.h`.
[h3api.h](./src/h3lib/include/h3api.h).

## [Unreleased]

## [3.0.2] - 2018-01-24
### Removed
- Removed the `H3IndexFat` internal structure.
### Changed
- Simplified build process on Windows.
### Fixed
- Fixed an issue where tests would fail on ARM systems.

## [3.0.1] - 2018-01-18
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

H3 is a geospatial indexing system using a hexagonal grid that can be (approximately) subdivided into finer and finer hexagonal grids, combining the benefits of a hexagonal grid with [S2](https://code.google.com/archive/p/s2-geometry-library/)'s hierarchical subdivisions.

Developer documentation in Markdown format is available under the `docs` directory.
Developer documentation in Markdown format is available under the [docs](./docs/doxyfiles) directory.

## Installing

Expand Down Expand Up @@ -138,7 +138,7 @@ Center coordinates: 40.689422, 285.955569

## Contributing

Pull requests and Github issues are welcome. Please include tests that show the bug is fixed or feature works as intended. Please open issues to discuss large features or changes which would break compatibility, before submitting pull requests.
Pull requests and Github issues are welcome. Please include tests that show the bug is fixed or feature works as intended. Please add a description of your change to the Unreleased section of the [changelog](./CHANGELOG.md). Please open issues to discuss large features or changes which would break compatibility, before submitting pull requests.

Before we can merge your changes, you must agree to the [Uber Contributor License Agreement](http://t.uber.com/cla).

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2

0 comments on commit 9308e68

Please sign in to comment.