vultr / vultr-php

The Official Vultr API PHP Wrapper

Home Page:https://www.vultr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] - Add version numbering to library

mercymantis opened this issue · comments

I'm using this library to automate my vultr projects but there's no version number association so I'm unable to isolate a specific revision with composer. Also, because I did some bug-fixes/touch-ups, I wanted to create a patch file for the current revision. When do you think we can see a version 0.0.1 or 1.0.0?

I've been tempted to start versioning some of the releases. But the reasoning why I haven't done it yet, is cause the library hasn't fully been tested yet or is complete. This library should have a full 1.0 release sometime in mid July.

Before than I guess I could release a 0.0.1 version for now

I pushed a version 0.1 for now till its finished and ill add minor version numbers as I finish up the rest of the features.

Thanks for taking interest in the project!