Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jun 5, 2023
1 parent 5ffa5be commit 972520a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.5 - 2023-06-05
- Enhancement
- [Support null feature geometries](https://github.com/bryanjos/geo/pull/176)


## v3.4.3 - 2021-12-15
- Fix
- [Handle MultiLineString with empty coordinates](https://github.com/bryanjos/geo/pull/164)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _Note_: If you are looking to do geospatial calculations in memory with Geo's st
```elixir
defp deps do
[
{:geo, "~> 3.4"}
{:geo, "~> 3.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Geo.Mixfile do
use Mix.Project

@source_url "https://github.com/bryanjos/geo"
@version "3.4.3"
@version "3.5.0"

def project do
[
Expand Down

0 comments on commit 972520a

Please sign in to comment.