# Ghee History
## 0.1.0
Initial release including commands to manipulate individual records: `cp`, `mv`, `rm`, `get`, `set`.
### 0.2.0
First command that operates on records as a group ("table"): `idx`.
Also generates shell completions for Bash, Fish, PowerShell, Elvish, and anything else that `clap_complete` supports.
Rename from Hatter to Mattress.
### 0.2.1
Implement setting of user.mattress.keyname
### 0.3.0
* Make `get` recursive by default
* SQL WHERE-style select clauses using `-w --where`
* Rename from Mattress to Ghee. Third time's the charm, right?