Skip to content

Commit e44d48b

Browse files
authored
Prepare to release v3.6.0 (#189)
* Prepare to release v3.6.0 * Add release date
1 parent 9ca8177 commit e44d48b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v3.6.0 — 2023-10-19
4+
5+
As of v3.6.0, `geo` (like [`geo_postgis`](https://github.com/felt/geo_postgis)) is being maintained by the Felt team. As a company building a geospatial product on Elixir, with a track record of [supporting open source software](https://felt.com/open-source), we're excited for the future of the project.
6+
7+
### New features
8+
9+
* [Add support for empty point](https://github.com/felt/geo/pull/172) by new contributor @bolek
10+
* [Add support for LineStringZM](https://github.com/felt/geo/pull/171) by new contributor @kanatohodets
11+
* [Support decoding MultiLineStringZ](https://github.com/felt/geo/pull/179) by new contributor @caspg
12+
13+
### Misc. changes
14+
15+
- Fix compile warnings ([#186](https://github.com/felt/geo/pull/186) by @s3cur3)
16+
- Docs improvements ([#177](https://github.com/felt/geo/pull/177) by new contributor @ghecho, [#182](https://github.com/felt/geo/pull/182) by @s3cur3)
17+
- Dependency updates: `ex_doc` ([#185](https://github.com/felt/geo/pull/185)), `jason` ([#183](https://github.com/felt/geo/pull/183)), `stream_data` ([#184](https://github.com/felt/geo/pull/184))
18+
19+
**Full Changelog**: https://github.com/felt/geo/compare/v3.5.1...v3.6.0
20+
321
## v3.5.1 - 2023-06-07
422
- Fix
523
- [Fix Application.get_env and use Bitwise warnings](https://github.com/felt/geo/pull/180)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _Note_: If you are looking to do geospatial calculations in memory with Geo's st
3333
```elixir
3434
defp deps do
3535
[
36-
{:geo, "~> 3.5"}
36+
{:geo, "~> 3.6"}
3737
]
3838
end
3939
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Geo.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/felt/geo"
5-
@version "3.5.1"
5+
@version "3.6.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)