robinostlund / homeassistant-volkswagencarnet

Volkswagen Carnet Component for home assistant
GNU General Public License v3.0
303 stars 61 forks source link

Versioning #613

Closed enoch85 closed 2 months ago

enoch85 commented 2 months ago

Since both this repo and the Volkswagen carnet is using semver versioning, I think it should be upped to 5.0.0 in both repos.

https://semver.org/

Reason? The whole structure is different since the API change by VW.

stickpin commented 2 months ago

There is some rewriting required to some parts of the code, as well as deprecation of some broken/not used functionality. Documentation and tests are outdated as well. I need to find time to do it. After those changes or some of those changes, I was planning to bump the version.

stickpin commented 2 months ago

It's coming... https://github.com/robinostlund/homeassistant-volkswagencarnet/pull/619

stickpin commented 1 month ago

@enoch85 a first v5.0.0 beta released: https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/v5.0.0-beta1

There is quite a big code refactoring under the hood. Feel free to install and provide your feedback. :)

enoch85 commented 1 month ago

Thanks! Will try! <3