Skip to content

Commit 563c48c

Browse files
committed
Bump version to 4.1.0
1 parent 815418a commit 563c48c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v4.1.0 2025-09-11
4+
5+
What's Changed:
6+
* Fix ExDoc source ref links not working due to wrong branch name by @arcanemachine in https://github.com/felt/geo/pull/229
7+
* Add MultiLineStringZM by @c0deaddict in https://github.com/felt/geo/pull/225
8+
* Added MultiPointM and LinestringM by @danbaranov in https://github.com/felt/geo/pull/173
9+
* Use JSON instead of Jason by @kubosuke in https://github.com/felt/geo/pull/234
10+
* Add LineStringM to main geo.ex file by @simagyari in https://github.com/felt/geo/pull/241
11+
12+
New Contributors:
13+
* @arcanemachine made their first contribution in https://github.com/felt/geo/pull/229
14+
* @c0deaddict made their first contribution in https://github.com/felt/geo/pull/225
15+
* @danbaranov made their first contribution in https://github.com/felt/geo/pull/173
16+
* @kubosuke made their first contribution in https://github.com/felt/geo/pull/234
17+
* @simagyari made their first contribution in https://github.com/felt/geo/pull/241
18+
319
## v4.0.1 — 2024-09-23
420

521
[Fix error raised when decoding JSON with string representations of integer values in coordinates](https://github.com/felt/geo/pull/221) by new contributor @IceDragon200.

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 "4.0.1"
5+
@version "4.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)