Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 16, 2018

Bumps geo_postgis from 1.1.0 to 2.0.0.

Changelog

Sourced from geo_postgis's changelog.

[2.0.0] - 2018-04-14

Changed

  • Use Geo.PostGIS.Geometry when defining structs instead of Geo.Geometry
  #instead of
  schema "test" do
    field :name,           :string
    field :geom,           Geo.Geometry # or Geo.Point, Geo.LineString, etc
  end

  #now use
  schema "test" do
    field :name,           :string
    field :geom,           Geo.PostGIS.Geometry
  end
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/geo_postgis-2.0.0 branch from 19ffd6d to f4651d5 Compare June 9, 2018 05:20
Bumps [geo_postgis](https://github.com/bryanjos/geo_postgis) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/bryanjos/geo_postgis/releases)
- [Changelog](https://github.com/bryanjos/geo_postgis/blob/master/CHANGELOG.md)
- [Commits](felt/geo_postgis@v1.1.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/geo_postgis-2.0.0 branch from f4651d5 to 9a925bf Compare June 9, 2018 05:22
@dependabot-preview
Copy link
Contributor Author

Superseded by #35.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/geo_postgis-2.0.0 branch September 3, 2018 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants