Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support of geo 4.0 #22

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Adds support of geo 4.0 #22

merged 1 commit into from
Sep 27, 2024

Conversation

elfenlaid
Copy link
Contributor

The changes add support for 4.0 version of /~https://github.com/felt/geo

They also follow up this PR pkinney/envelope_ex#8


Aside from the PR, I noticed that tests could fail without declaring :poison in the applications list. It could be to my local setup, but the following tweak did the trick:

  def application do
-    [applications: [:logger, :geo, :seg_seg, :vector]]
+    [applications: [:logger, :geo, :seg_seg, :vector, :poison]]
  end

@pkinney pkinney merged commit 44ea5e6 into pkinney:master Sep 27, 2024
5 checks passed
@pkinney
Copy link
Owner

pkinney commented Sep 27, 2024

Released as v.1.0.1

@elfenlaid
Copy link
Contributor Author

Amazing, thank you ❤️

@elfenlaid elfenlaid deleted the update-geo branch September 28, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants