What's Changed
* Add build cache in ci by leighmcculloch in https://github.com/stellar/soroban-cli/pull/54
* Fix complete ci job by leighmcculloch in https://github.com/stellar/soroban-cli/pull/55
* Put ledger.json -> .soroban/ledger.json to keep all cli local files contained by paulbellamy in https://github.com/stellar/soroban-cli/pull/57
* Fix ci complete job (again) by leighmcculloch in https://github.com/stellar/soroban-cli/pull/65
* cli serve, first pass at sandbox preflights by paulbellamy in https://github.com/stellar/soroban-cli/pull/64
* Support G- strkey public keys as arguments by 2opremio in https://github.com/stellar/soroban-cli/pull/71
* Add shell autocomplete using clap_complete crate by fdesjardins in https://github.com/stellar/soroban-cli/pull/70
* Add links to Soroban Docs by leighmcculloch in https://github.com/stellar/soroban-cli/pull/66
* Add ci workflow to set min rust-version by leighmcculloch in https://github.com/stellar/soroban-cli/pull/73
* Update stellar-env-* by leighmcculloch in https://github.com/stellar/soroban-cli/pull/77
* Update rust-version by github-actions in https://github.com/stellar/soroban-cli/pull/75
* Add a gen (codegen) sub-command by leighmcculloch in https://github.com/stellar/soroban-cli/pull/74
* Add scaffolding for adding additional code gen types by leighmcculloch in https://github.com/stellar/soroban-cli/pull/79
* Fix contract invoke by leighmcculloch in https://github.com/stellar/soroban-cli/pull/80
* Add names to input types in spec functions by leighmcculloch in https://github.com/stellar/soroban-cli/pull/82
* Update stellar-env-* by leighmcculloch in https://github.com/stellar/soroban-cli/pull/83
* Use a parser independent of Vm/Host for inspecting wasm files by leighmcculloch in https://github.com/stellar/soroban-cli/pull/84
* Check if rust-analyzer can parse project by leighmcculloch in https://github.com/stellar/soroban-cli/pull/89
* Update cli serve api by paulbellamy in https://github.com/stellar/soroban-cli/pull/87
* Add sendTransaction, getTransactionStatus, and getContractData methods by paulbellamy in https://github.com/stellar/soroban-cli/pull/92
* Add BytesN support to spec by leighmcculloch in https://github.com/stellar/soroban-cli/pull/94
* Add json output option for gen command by tamirms in https://github.com/stellar/soroban-cli/pull/91
* Update stellar-xdr, soroban-env-*, soroban-spec by leighmcculloch in https://github.com/stellar/soroban-cli/pull/95
* Allow mixing args and xdr args by 2opremio in https://github.com/stellar/soroban-cli/pull/96
* Improve invoke error reporting by 2opremio in https://github.com/stellar/soroban-cli/pull/98
* Update stellar-xdr, soroban-env-*, soroban-spec by leighmcculloch in https://github.com/stellar/soroban-cli/pull/99
* Fix up a couple discrepancies from the api docs by paulbellamy in https://github.com/stellar/soroban-cli/pull/101
* Add cors support to cli serve by paulbellamy in https://github.com/stellar/soroban-cli/pull/102
* Update stellar-xdr, soroban-env-*, soroban-sdk by leighmcculloch in https://github.com/stellar/soroban-cli/pull/103
* Fix wasm file not found error by leighmcculloch in https://github.com/stellar/soroban-cli/pull/104
* Print event at the end of invocation by jayz22 in https://github.com/stellar/soroban-cli/pull/105
* Fix BytesN strvals by leighmcculloch in https://github.com/stellar/soroban-cli/pull/106
* Add support for hex strvals to Bytes/BytesN by leighmcculloch in https://github.com/stellar/soroban-cli/pull/107
* Make read accept strval or xdr, and output strval, json, or xdr by leighmcculloch in https://github.com/stellar/soroban-cli/pull/108
* Default to string output in read subcommand by leighmcculloch in https://github.com/stellar/soroban-cli/pull/109
* Release automation by graydon in https://github.com/stellar/soroban-cli/pull/111
* Fix release automation by leighmcculloch in https://github.com/stellar/soroban-cli/pull/112
* Update dependencies for release by leighmcculloch in https://github.com/stellar/soroban-cli/pull/113
* Bump version to 0.0.3 by github-actions in https://github.com/stellar/soroban-cli/pull/114
New Contributors
* fdesjardins made their first contribution in https://github.com/stellar/soroban-cli/pull/70
* github-actions made their first contribution in https://github.com/stellar/soroban-cli/pull/75
* tamirms made their first contribution in https://github.com/stellar/soroban-cli/pull/91
* jayz22 made their first contribution in https://github.com/stellar/soroban-cli/pull/105
**Full Changelog**: https://github.com/stellar/soroban-cli/compare/v0.0.2...v0.0.3