Skip to content

Commit

Permalink
Prepare for release 4.1.0 (#741)
Browse files Browse the repository at this point in the history
* Prepare for release 4.1.0
* update release date
  • Loading branch information
isaacbrodsky authored Jan 18, 2023
1 parent 8d0b49f commit 5c91149
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The public API of this library consists of the functions declared in file
[h3api.h.in](./src/h3lib/include/h3api.h.in).

## [Unreleased]

## [4.1.0] - 2023-01-18
### Added
- Functions for `cellToChildPos` and `childPosToCell` (#719)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.1.0
4 changes: 2 additions & 2 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ Using Maven, add the following to your `pom.xml` file:
<dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>3.7.1</version>
<version>4.1.0</version>
</dependency>
```

Using Gradle, add the following to your build script:

```gradle
compile("com.uber:h3:3.7.1")
compile("com.uber:h3:4.1.0")
```

</TabItem>
Expand Down

0 comments on commit 5c91149

Please sign in to comment.