# 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.7.0 (2023-02-28)
### Refactor
- move crates into helpfuly named subfolders
### New Features (BREAKING)
- Lots of performance and other fixes
- Make presence work again
- Basic role inheritance
- continue sketching out tlpt on croo
- Frist sketch of croo
### Refactor (BREAKING)
- shorter async encr prefixes
- rename some serialization prefixes
### Commit Statistics
- 12 commits contributed to the release over the course of 23 calendar days.
- 42 days passed between releases.
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release objt v0.1.0, ridl v0.7.0, endr v0.7.1, ti64 v0.1.5, crew-rs v0.1.0, jmbl v0.6.0, tlpt v0.8.0, jazz-rs v0.9.0 ([`f1dc06d`](https://github.com/usegarden/garden-core/commit/f1dc06df16f260a2cc9f268fb23541a4f857f4d9))
- Release audi v0.3.0, litl-val v0.2.0, litl v0.6.0, mofo v0.2.2, objt v0.1.0, ridl v0.7.0, endr v0.7.1, ti64 v0.1.5, crew-rs v0.1.0, jmbl v0.6.0, tlpt v0.8.0, jazz-rs v0.9.0, safety bump 7 crates ([`0bbbd4c`](https://github.com/usegarden/garden-core/commit/0bbbd4cfe61e44dc75ba64429b8f55fc05f64a66))
- Lots of performance and other fixes ([`83cffb2`](https://github.com/usegarden/garden-core/commit/83cffb21c5bd75907009d742861e3c3c38fb46d9))
- 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))
- Make presence work again ([`7119b02`](https://github.com/usegarden/garden-core/commit/7119b0232b715a946fd5762666e468d6e83563a2))
- Basic role inheritance ([`2331dfd`](https://github.com/usegarden/garden-core/commit/2331dfdfe555d2eb7026812aa440fcf5f119d7d1))
- Continue sketching out tlpt on croo ([`8391cd6`](https://github.com/usegarden/garden-core/commit/8391cd694b84527085268863db3d97fc87cc4c72))
- Frist sketch of croo ([`0f29142`](https://github.com/usegarden/garden-core/commit/0f29142fe48dd457369fcae159279f110cac6503))
- Merge pull request #78 from garden-computing:anselm/gar-35-client-persistence ([`0aa1c17`](https://github.com/usegarden/garden-core/commit/0aa1c1765fce65f7951d0332b789c8e98790d912))
- Shorter async encr prefixes ([`922554f`](https://github.com/usegarden/garden-core/commit/922554fbc92268cfddad31e27b4ddaefbadc8c1b))
- Rename some serialization prefixes ([`92b1a5c`](https://github.com/usegarden/garden-core/commit/92b1a5c7c6be26c957856951622fbc4798be7e72))
- Move crates into helpfuly named subfolders ([`5be0681`](https://github.com/usegarden/garden-core/commit/5be06818bb2ce40b991791ebcc33aa0cae291e09))
## v0.6.1 (2023-01-17)
### Refactor
- get rid of argon
## v0.6.0 (2022-12-29)
### New Features
- create a recipient secret for the public/everyone
### Refactor (BREAKING)
- Get rid of password-derived keys again
## 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
### New Features (BREAKING)
- introduce and use litl-val
- Make credo tests pass again, don't use unparsed for now
- move ridl to new litl
## v0.3.0 (2022-11-01)
### Chore
- fmt and clippy
- Create GitHub issues from TODOs
- fmt
### New Features
- Add kdf to ridl, closes #62
### Bug Fixes
- improvements to KDF
### Refactor (BREAKING)
- rename serialization to use and version
## v0.2.3 (2022-09-27)
Upstream fix in litl
## v0.2.2 (2022-09-21)
Initial changelog release