ibm-watson-data-lab / simple-search-service

A faceted search engine and content API.
39 stars 27 forks source link

Update Version of Deployment Tracker Client #31

Closed bradley-holt closed 8 years ago

bradley-holt commented 8 years ago

A new version of the Deployment Tracker client is now available. This new version, 0.1.1, adds the ability to track bound services and runtime. This pull request updates the version string for cf-deployment-tracker-client from 0.0.7 to ^0.x. The Deployment Tracker client uses semantic versioning (even in pre-1.0 releases). Rather than simply upgrading to 0.1.1, this pull request allows for automatic updates when new minor and patch versions are made available. While a caret version range such as ^0.1.1 would be preferable, caret version ranges only allow for patch and minor updates ​for versions 1.0.0 and above.