obmarg / kazan

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

Use YamlElixir 2.0 #42

Closed samb1729 closed 6 years ago

samb1729 commented 6 years ago

YamlElixir 2.0 is functionally identical to 1.3, except for the breaking API change which was initially introduced in 1.4. Updating the version constraint to 2.0 allows us to remove the 1.3/1.4 negotiation hack.

Sorry again for the breaking change. My fault for thinking I had internalised SemVer rules!

obmarg commented 6 years ago

Nice, thanks for the fix Sam.

No worries about the breakage - we all make mistakes.