What's Changed
* Improve error reporting by 2opremio in https://github.com/stellar/soroban-cli/pull/110
* Fix strval u64 parsing by leighmcculloch in https://github.com/stellar/soroban-cli/pull/118
* Improve caching of Rust build artifacts and update workflows by leighmcculloch in https://github.com/stellar/soroban-cli/pull/120
* Set and store LedgerInfo by sisuresh in https://github.com/stellar/soroban-cli/pull/119
* Add publish dry run to build on release branches by leighmcculloch in https://github.com/stellar/soroban-cli/pull/122
* Separate the publish workflows and use new versions by leighmcculloch in https://github.com/stellar/soroban-cli/pull/123
* Update soroban-spec, stellar-strkey, soroban-env-*, soroban-wasmi by leighmcculloch in https://github.com/stellar/soroban-cli/pull/125
* Add release documentation by leighmcculloch in https://github.com/stellar/soroban-cli/pull/124
* Update soroban-env by leighmcculloch in https://github.com/stellar/soroban-cli/pull/129
* Forget vm before finishing host by graydon in https://github.com/stellar/soroban-cli/pull/131
* Revert "Forget vm before finishing host" by leighmcculloch in https://github.com/stellar/soroban-cli/pull/132
* invoke: Ensure all references to the host are released before `try_finish()` by 2opremio in https://github.com/stellar/soroban-cli/pull/130
* Fix output logs of events by leighmcculloch in https://github.com/stellar/soroban-cli/pull/139
* Update stellar-xdr, soroban-env, soroban-spec by leighmcculloch in https://github.com/stellar/soroban-cli/pull/141
* Remove usage of the VM from the invoke command by leighmcculloch in https://github.com/stellar/soroban-cli/pull/140
* CLI: add basic versions of getHealth and getAccount by paulbellamy in https://github.com/stellar/soroban-cli/pull/134
* Update stellar-xdr, soroban-env, soroban-spec by leighmcculloch in https://github.com/stellar/soroban-cli/pull/143
* Update soroban-env, soroban-spec, stellar-xdr by leighmcculloch in https://github.com/stellar/soroban-cli/pull/147
* Add js sdk client headers through cors by paulbellamy in https://github.com/stellar/soroban-cli/pull/149
* Support debug logs by leighmcculloch in https://github.com/stellar/soroban-cli/pull/148
* Update rust-version by github-actions in https://github.com/stellar/soroban-cli/pull/150
* Support account id auth by leighmcculloch in https://github.com/stellar/soroban-cli/pull/154
* Support getting all data for contract with read command by leighmcculloch in https://github.com/stellar/soroban-cli/pull/155
* Add option for choosing which account invoke happens as by leighmcculloch in https://github.com/stellar/soroban-cli/pull/157
* Add xdr subcommand for decoding xdr by leighmcculloch in https://github.com/stellar/soroban-cli/pull/160
* Update soroban-spec, soroban-env, stellar-xdr by leighmcculloch in https://github.com/stellar/soroban-cli/pull/162
* Add source account support to serve simulate/sendTransaction by leighmcculloch in https://github.com/stellar/soroban-cli/pull/159
* Update stellar-xdr, soroban-spec, soroban-env by leighmcculloch in https://github.com/stellar/soroban-cli/pull/164
* Deploy contract to RPC server by 2opremio in https://github.com/stellar/soroban-cli/pull/152
* deploy: Allow setting private key from env variable by 2opremio in https://github.com/stellar/soroban-cli/pull/168
* Update deploy subcommand to use `create_contract_from_source()` by 2opremio in https://github.com/stellar/soroban-cli/pull/167
* Extract soroban_rpc crate by leighmcculloch in https://github.com/stellar/soroban-cli/pull/170
* Rename private key to secret key by leighmcculloch in https://github.com/stellar/soroban-cli/pull/171
* Log errors to stderr in serve by leighmcculloch in https://github.com/stellar/soroban-cli/pull/163
* Deploy token contract by paulbellamy in https://github.com/stellar/soroban-cli/pull/166
* Fix sequence number in deploy's transaction by 2opremio in https://github.com/stellar/soroban-cli/pull/174
* Improve serve's txn processing error messages by paulbellamy in https://github.com/stellar/soroban-cli/pull/175
* Update soroban-spec, soroban-env, stellar-xdr by leighmcculloch in https://github.com/stellar/soroban-cli/pull/176
* Rename soroban-cli to soroban by leighmcculloch in https://github.com/stellar/soroban-cli/pull/177
* Update the sdk to 864a309b by paulbellamy in https://github.com/stellar/soroban-cli/pull/178
* Allow user to specify custom salt when deploying to remote rpc server by paulbellamy in https://github.com/stellar/soroban-cli/pull/179
* Change footprint in serve responses to use xdr by leighmcculloch in https://github.com/stellar/soroban-cli/pull/182
* Invoke contract from RPC server by 2opremio in https://github.com/stellar/soroban-cli/pull/181
* Don't print rpc status to stdout by paulbellamy in https://github.com/stellar/soroban-cli/pull/184
* Fix binary name in instructions in README by willemneal in https://github.com/stellar/soroban-cli/pull/185
* invoke: Print result when using an RPC Server by 2opremio in https://github.com/stellar/soroban-cli/pull/186
* Update soroban-spec by leighmcculloch in https://github.com/stellar/soroban-cli/pull/188
* Rename private-strkey to secret-key by leighmcculloch in https://github.com/stellar/soroban-cli/pull/190
* Fix a bug in the return format of sendTransaction by paulbellamy in https://github.com/stellar/soroban-cli/pull/195
* Add env vars for network config flags by paulbellamy in https://github.com/stellar/soroban-cli/pull/194
* Swap std::thread::sleep for tokio::time::sleep by paulbellamy in https://github.com/stellar/soroban-cli/pull/196
* Add git sha to version information by leighmcculloch in https://github.com/stellar/soroban-cli/pull/198
* Remove some unused deps by leighmcculloch in https://github.com/stellar/soroban-cli/pull/200
* Add contractCode to token init footprint by paulbellamy in https://github.com/stellar/soroban-cli/pull/201
* Make sandbox deploy contract id optional by paulbellamy in https://github.com/stellar/soroban-cli/pull/202
* Inspect and use the error from simulateTransaction by 2opremio in https://github.com/stellar/soroban-cli/pull/204
* Output the ledger footprint when invoking by leighmcculloch in https://github.com/stellar/soroban-cli/pull/203
* invoke: Fix (and enforce) getContractData invocation by 2opremio in https://github.com/stellar/soroban-cli/pull/205
* Add back ability to use --wasm in remote invoke by leighmcculloch in https://github.com/stellar/soroban-cli/pull/206
* Reorder options in commands by leighmcculloch in https://github.com/stellar/soroban-cli/pull/207
* Group sandbox and rpc options together by leighmcculloch in https://github.com/stellar/soroban-cli/pull/208
* Update soroban-spec, soroban-env, stellar-strkey, etc by leighmcculloch in https://github.com/stellar/soroban-cli/pull/209
* Bump version to 0.1.0 by github-actions in https://github.com/stellar/soroban-cli/pull/210
New Contributors
* willemneal made their first contribution in https://github.com/stellar/soroban-cli/pull/185
**Full Changelog**: https://github.com/stellar/soroban-cli/compare/v0.0.4...v0.1.0