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

add support for bamboo versions 1.0+ #1

Merged
merged 2 commits into from
Sep 19, 2018
Merged

Conversation

jprincipe
Copy link
Contributor

No description provided.

Copy link
Member

@adkron adkron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting a PR. I have one little, requested change.

mix.exs Outdated
@@ -28,7 +28,7 @@ defmodule BambooConfigAdapter.MixProject do

defp deps do
[
{:bamboo, "~> 0.8"},
{:bamboo, ">= 0.8.0 or < 2.0.0"},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we should use and since this would still match on version 2.0.0, and version 0.1.0. I can pull it in right after that, and I will cut a new release.

@jprincipe
Copy link
Contributor Author

@adkron updated the dep definition for bamboo

@adkron
Copy link
Member

adkron commented Sep 19, 2018

Thanks for making this happen. I get out a new release shortly.

🤖 🤖 🤖

@adkron adkron merged commit 9f57a62 into BinaryNoggin:master Sep 19, 2018
@adkron
Copy link
Member

adkron commented Sep 19, 2018

@jprincipe
Copy link
Contributor Author

Thanks @adkron

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