Skip to content

Commit

Permalink
Prepare v3.7.0 release (#197)
Browse files Browse the repository at this point in the history
Updates the release notes and bumps the version for a release.
  • Loading branch information
s3cur3 authored May 8, 2024
1 parent a8c7816 commit f8f981c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.7.0] - 2024-05-08

### New features

* Do not raise on unsuccessful cast, with thanks to new contributor @marmor157 (#156)
* Added support for `st_make_envelope`, with thanks to @mjquinlan2000 (#195)

### Updates

* ex_doc updated to v0.32.1

## [3.6.0] - 2024-03-11

### New feature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:geo_postgis, "~> 3.6"}
{:geo_postgis, "~> 3.7"}
]
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 GeoPostgis.Mixfile do
use Mix.Project

@source_url "https://github.com/felt/geo_postgis"
@version "3.6.0"
@version "3.7.0"

def project do
[
Expand Down

0 comments on commit f8f981c

Please sign in to comment.