Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 3, 2018

Bumps geo_postgis from 1.1.0 to 2.1.0.

Changelog

Sourced from geo_postgis's changelog.

[2.1.0] - 2018-08-28

Added

Fixed

[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
  • f980497 Right ex_doc version
  • 0fd9303 Use ex_doc version for elixir 1.6
  • fcb5dab Ready release
  • 28fbcd8 Merge pull request #6 from bytewitchcraft/feature/add-st-point-function
  • 6f6ca36 Merge pull request #8 from philippneugebauer/master
  • ab27198 Update geo_postgis.ex
  • a8f0801 added st_point macro
  • 95479d9 Update README.md
  • bd778ee Merge pull request #5 from lasfter/patch-1
  • 53da2fa Prepare for release
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies elixir Pull requests that update Elixir code labels Sep 3, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/geo_postgis-2.1.0 branch from 8ac7526 to b44860c Compare September 11, 2018 14:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/geo_postgis-2.1.0 branch 4 times, most recently from bf3c1ee to c874f59 Compare October 7, 2018 07:01
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/geo_postgis-2.1.0 branch 3 times, most recently from 82a758b to 2bbdc28 Compare March 2, 2019 10:52
Bumps [geo_postgis](https://github.com/bryanjos/geo_postgis) from 1.1.0 to 2.1.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.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/geo_postgis-2.1.0 branch from 2bbdc28 to 864fb98 Compare March 2, 2019 10:54
@duxet duxet force-pushed the develop branch 2 times, most recently from feb9371 to d5ea2e3 Compare March 27, 2019 16:17
@dependabot-preview
Copy link
Contributor Author

Superseded by #111.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/geo_postgis-2.1.0 branch April 12, 2021 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants