== 2012-01-30 version 0.10.10

* table:tail works without curses
* set Encoding.default_external = 'UTF-8'


== 2012-01-23 version 0.10.9

* table:tail subcommand supports --from option
* schema:set validates types on the server-side only to support array<...>


== 2012-01-19 version 0.10.8

* Updated td-client 0.8.6
* query: shows 'queued...' instead of 'running...'


== 2012-01-19 version 0.10.7

* Fixed job:show on ruby-1.8
* Fixed command aliases on ruby-1.8


== 2011-12-13 version 0.10.6

* Fixed force_encoding error with Ruby 1.8


== 2011-12-04 version 0.10.5

* Added new feature: result
* Added new feature: status
* Refined usage message
* Fixed argument length check
* help subcommand shows commandline examples
* table:tail subcommand reduced default max row number
* job:list subcommand supports --running and --error options


== 2011-11-11 version 0.10.4

* Updated dependency: td-logger-0.3.7


== 2011-11-11 version 0.10.3

* Updated dependency: td-logger-0.3.6


== 2011-11-10 version 0.10.2

* Updated dependency: td-logger-0.3.4


== 2011-11-10 version 0.10.1

* Updated dependency: td-logger-0.3.3


== 2011-11-10 version 0.10.0

* Updated dependency: td-logger-0.3.2


== 2011-11-08 version 0.9.12

* Fixed 'undefined method `localtime' for nil:NilClass' error in job subcommand


== 2011-10-17 version 0.9.11

* Updated dependency: td-logger-0.2.8


== 2011-10-09 version 0.9.10

* Updated dependency: td-logger-0.2.7


== 2011-10-06 version 0.9.9

* Updated dependency: td-logger-0.2.5


== 2011-10-03 version 0.9.8

* Added table:tail subcommand


== 2011-09-30 version 0.9.7

* Use local time zone at job:list and sched:history subcommands
* Updated dependency: td-logger-0.2.5


== 2011-09-13 version 0.9.6

* Implement main routine on TreasureData::Command::Runner to support heroku-td
* Fixed help message to show options


== 2011-09-13 version 0.9.5

* Supports scheduled queries


== 2011-09-13 version 0.9.4

* Updated dependency: td-logger-0.2.4


== 2011-09-13 version 0.9.3

* Fixed import subcommand


== 2011-09-08 version 0.9.2

* Added job:kill subcommand
* Added apikey:show and apikey:set subcommands
* requires td-logger for Rails
* Fixed command/account.rb file is missed


== 2011-09-08 version 0.9.1

* Accepts the 'TREASURE_DATA_API_KEY' environment variable to set API key


== 2011-09-08 version 0.9.0

* Changed subcommands grammer: action-group -> group:action
* Fixed import subcommand to strip \n


== 2011-08-21 version 0.8.0

* Splits API libraries to td-client gem


== 2011-08-18 version 0.7.5

* set-schema: adds column instead of replacing all columns
* set-schema: adds -R, --reset option


== 2011-08-18 version 0.7.4

* Added set-schema subcommand
* Added describe-table subcommand


== 2011-08-15 version 0.7.3

* show-jobs: removed --from and --around options
* changed library namespace from TD to TreasureData


== 2011-08-15 version 0.7.2

* Supports TD_API_KEY and TD_CONFIG_PATH environment variable
* query, show-job: supports --output and --format options
* show-jobs: supports --page, --skip, --from and --around options


== 2011-08-15 version 0.7.1

* Validate name of a database/table on create-database/create-log-table
subcommands
* -d, --database DB_NAME option is now required on query subcommand
* Uses /v3/job/result?format=msgpack API to get result of a job
* API server can be changed using TD_API_SERVER=HOST:PORT environment variable


== 2011-08-06 version 0.7.0

* import subcommand accepts UNIX time integer value on --json and --msgpack format
* Renamed command name (trd -> td)


== 2011-07-18 version 0.6.3

* show-jobs: shows elapsed time
* query: updated behavior of the -w option for new api
* import: supported --json and --msgpack format
* Added 'version' command


== 2011-06-27 version 0.6.2