CHANGES
=======

1.0.5
-----

* version 1.0.5
* implement --dry-run
* kv: implement --rewrite-key
* doc: remove redundant toc

1.0.4
-----

* version 1.0.4
* make the documentation friendly to beginners
* cleanup the documentation to address a formatting error

1.0.3
-----

* version 1.0.3
* kv: fix typo in undelete
* kv: implement kv rollback
* kv: implement kv destroy
* kv: implement kv patch

1.0.2
-----

* version 1.0.2
* kv: implement kv delete & kv undelete
* various cosmetic documentation fixes
* kv: implement kv metadata put
* kv: sort entry points
* kv: implement kv metadata get

1.0.1
-----

* version 1.0.1
* enforce 100% coverage
* remove dead code
* kv: implement put --file
* kv: test put --cas
* kv: rework KVCLI to KVv1CLI and KVv2CLI
* kv: add the mount\_kv test helper

1.0.0
-----

* version 1.0.0
* add twine to publish the release
* travis badge
* add tox from travis
* add travis
* display info to the user when the path is rewritten
* test read/write/delete for KV v1 & v2
* test client and server cert
* replace KV() with KVCLI()
* implement status
* sanitize kv paths to workaround #6282, #6213
* test that environment variables can be used instead of arguments
* add test helper to mock the environment
* implement kv erase
* implement kv metadata delete
* implement kv load/dump
* implement kv list
* implement basic kv get/put with tests
* stub for hvac-cli including vault fixture to init hvac
* define global options
* setup documentation with the sphinx cliff plugin
* cliff based skeleton
* Initial commit
