mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[fog-brightbox] Prepare for v0.0.2 release
This commit is contained in:
parent
9e028c6198
commit
8363250159
2 changed files with 22 additions and 1 deletions
21
providers/brightbox/CHANGELOG.md
Normal file
21
providers/brightbox/CHANGELOG.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
### 0.0.2 / 2014-04-10
|
||||
|
||||
Enhancements:
|
||||
|
||||
* Add CHANGELOG.md to `fog-brightbox` module.
|
||||
* Add MiniTest::Specs to project. Use `rake test` to check the code.
|
||||
* Add Gemfile, Rakefile, README and LICENCE to start documenting project.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Remove redundant calls to `Fog.credentials`. The code flow was such that the
|
||||
credentials were being passed in to `Fog::Compute::Brightbox` anyway.
|
||||
* Isolate testing from contents of `~.fog` file which is leaking in throug the
|
||||
`Fog.credentials` global.
|
||||
|
||||
### 0.0.1 / 2014-02-19
|
||||
|
||||
Enhancements:
|
||||
|
||||
* Initial release of extracted `fog-brightbox` module. This is pretty much the
|
||||
pilot for fog modules so bear with us as we iron out the bugs.
|
|
@ -1,5 +1,5 @@
|
|||
module Fog
|
||||
module Brightbox
|
||||
VERSION = "0.0.1"
|
||||
VERSION = "0.0.2"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue