Skip to content

Commit

Permalink
Update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Feb 11, 2019
1 parent 7e3b53b commit 7881f03
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ services:
before_script:
- psql -c 'create database geo_postgrex_test;' -U postgres
- psql -c 'create extension postgis;' -U postgres -d geo_postgrex_test
script:
- mix test
before_deploy:
- mix compile
deploy:
skip_cleanup: true
provider: script
script: mix hex.publish --yes
on:
tags: true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.0] - 2019-02-11

### Updated

- [Add PointZ handling](https://github.com/bryanjos/geo_postgis/pull/25)

## [3.0.0] - 2018-12-01

### Updated
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule GeoPostgis.Mixfile do
def project do
[
app: :geo_postgis,
version: "3.0.0",
version: "3.1.0",
elixir: "~> 1.7",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 7881f03

Please sign in to comment.