obmarg / kazan

Kubernetes API client for Elixir
https://hex.pm/packages/kazan
MIT License
138 stars 35 forks source link

Release a new version #43

Closed samb1729 closed 6 years ago

samb1729 commented 6 years ago

I'm currently using {:yaml_elixir, "~> 2.0"} in my mix project, so I have to use {:kazan, git: "https://github.com/sambooo/kazan.git", branch: "master"} for dependency resolution to work. Please do a new release so I can remove this constraint.

obmarg commented 6 years ago

Oops, I actually meant to (and thought I had) change the yaml_elixir dependency to ~> 1.3 or ~> 2.0 before I released 0.7. Hence I wasn't in a rush to release that work from your PR.

Obviously forgot to do that though, so I'll get a release out just now.

obmarg commented 6 years ago

Released v0.8.0

samb1729 commented 6 years ago

Thank you very much!