We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb7303 commit d1f443eCopy full SHA for d1f443e
2 files changed
README
@@ -37,6 +37,13 @@ Current development involves getting the following things to run:
37
Last important changes
38
----------------------
39
40
+Version 1.0.5
41
+-------------
42
+
43
+- Added next(), next(step) and prev() methods to Geohash.
44
+- Added fromBase32() and toBase32() to TwoGeoHashBoundingBox.
45
+- Cleaned up the entire source tree using clearly defined settings.
46
47
Version 1.0.4
48
-------------
49
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>ch.hsr</groupId>
5
<artifactId>ch.hsr.geohash</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.0.4</version>
+ <version>1.0.5</version>
8
<name>geohash-java</name>
9
<dependencies>
10
<dependency>
0 commit comments