Skip to content

Commit

Permalink
Added changelog and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kuon committed Aug 13, 2015
1 parent 08690cb commit 9a93d69
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Changelog

This file is written in reverse chronological order, newer releases will
appear at the top.

## 0.0.6

* Object#copy_from support
[#7](https://github.com/memoways/swift-ruby/pull/7)
@mdouchement
* Keystone v2 support
[#6](https://github.com/memoways/swift-ruby/pull/6)
@mdouchement
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ p destination_obj.temp_url(Time.now + (3600 * 10), method: :get)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request


## Contributors

- Nicolas Goy @kuon
- @mdouchement
2 changes: 1 addition & 1 deletion lib/swift_storage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SwiftStorage
VERSION = "0.0.5"
VERSION = "0.0.6"
end

0 comments on commit 9a93d69

Please sign in to comment.