Skip to content

Commit

Permalink
Bump version to 0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichardlai committed Aug 2, 2012
1 parent fb6c9e5 commit 1f371dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.0.6

* Fix Task#create
* Add Task#new_record?

## v0.0.5 ## v0.0.5


* add compatibility with ruby 1.9.3 * add compatibility with ruby 1.9.3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ tr.users.find(user_id).tasks
```ruby ```ruby
tr = Taskrabbit::Api.new(user_token) tr = Taskrabbit::Api.new(user_token)
task = tr.tasks.create({:named_price => 32, :name => 'Ikea'}) task = tr.tasks.create({:named_price => 32, :name => 'Ikea'})
task.new_record? #=> false
``` ```


or or
Expand Down
2 changes: 1 addition & 1 deletion lib/taskrabbit/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Taskrabbit module Taskrabbit
VERSION = "0.0.5" VERSION = "0.0.6"
end end

0 comments on commit 1f371dd

Please sign in to comment.