# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.6.0 (2023-02-28)
### Refactor
- move crates into helpfuly named subfolders
### New Features (BREAKING)
- Fix enough stuff to almost get demo running again
### Bug Fixes (BREAKING)
- All kinds of stability improvment attempts
- Lots of performance and stability improvements
### Refactor (BREAKING)
- go back to base58
### Commit Statistics
- 7 commits contributed to the release over the course of 23 calendar days.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Merge pull request #79 from garden-computing:anselm/gar-51-much-simpler-crew-to-replace-credo ([`68b0e66`](https://github.com/usegarden/garden-core/commit/68b0e66541b78278534fda4c4545a42548570cfd))
- Fix enough stuff to almost get demo running again ([`739cb6a`](https://github.com/usegarden/garden-core/commit/739cb6a56cda00cc760395afa83c1403c8af77f4))
- All kinds of stability improvment attempts ([`7613681`](https://github.com/usegarden/garden-core/commit/7613681648eb2e89d8dbdc215af5f17c06ecfe0a))
- Lots of performance and stability improvements ([`4eaee64`](https://github.com/usegarden/garden-core/commit/4eaee6425195d30070924e4926e380bc05bab698))
- Merge pull request #78 from garden-computing:anselm/gar-35-client-persistence ([`0aa1c17`](https://github.com/usegarden/garden-core/commit/0aa1c1765fce65f7951d0332b789c8e98790d912))
- Go back to base58 ([`b59fb5a`](https://github.com/usegarden/garden-core/commit/b59fb5ad5b4b25ce102460bc54a821e8a501b65d))
- Move crates into helpfuly named subfolders ([`5be0681`](https://github.com/usegarden/garden-core/commit/5be06818bb2ce40b991791ebcc33aa0cae291e09))
## v0.5.0 (2022-11-15)
### Bug Fixes (BREAKING)
- encode log append as raw litl data
## v0.4.0 (2022-11-15)
### Chore
- fmt
- fix most clippy errors
### New Features
- Use new litl in tlpt
- introduce ?Send versions of async reading
### Bug Fixes
- tagged data string parsing
### New Features (BREAKING)
- introduce and use litl-val
- Make credo tests pass again, don't use unparsed for now
- More minimal litl
## v0.3.0 (2022-11-01)
### Chore
- clippy and fmt
- fmt and clippy
- fmt
- placate clippy
### Other
- replace log with tracing
### Bug Fixes (BREAKING)
- entrust secrets to all parent's scope's shared secrets. Fixes #68
## v0.2.5 (2022-09-27)
### Bug Fixes
- read_stream Eof handling
## v0.2.4 (2022-09-21)
Initial changelog release