Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update version and readme
  • Loading branch information
theganyo committed Mar 29, 2013
1 parent f0383f6 commit dd1035c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,7 @@ ugc enables convenient terminal access to Apigee's App Services (aka Usergrid).
* Ruby evaluation within data elements * Ruby evaluation within data elements
* Can optionally emits raw output (--verbose switch) * Can optionally emits raw output (--verbose switch)
* Extended SQL syntax (adds 'from' and 'limit' clauses to standard Usergrid syntax) * Extended SQL syntax (adds 'from' and 'limit' clauses to standard Usergrid syntax)
* File upload (-f or --file option) on PUT and POST


## Installation ## Installation


Expand Down Expand Up @@ -176,6 +177,11 @@ If you specify column names in your query, you will be unable to reference the r


## Release notes ## Release notes


### 0.9.3
* New features
1. file upload function with -f (--file) switch
* eg. `$ ugc post something "property1Name: 'property1Value'" --file property2Name=/path/to/myfile`

### 0.9.2 ### 0.9.2
* New features * New features
1. access management functions with -m (--management) global switch 1. access management functions with -m (--management) global switch
Expand Down
2 changes: 1 addition & 1 deletion lib/ugc/version.rb
@@ -1,3 +1,3 @@
module Ugc module Ugc
VERSION = '0.9.2' VERSION = '0.9.3'
end end

0 comments on commit dd1035c

Please sign in to comment.