-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog and bumped version number
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |