# 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.1 (2023-01-17) ### Refactor - Allow sync creation of caro log ### Commit Statistics - 1 commit contributed to the release. - 4 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details
view details * **Uncategorized** - Allow sync creation of caro log ([`64ebf4c`](https://github.com/usegarden/garden-core/commit/64ebf4cff1a37546fdf3fa2e8f5c504da7bad387))
## v0.7.0 (2023-01-13) ### Refactor - Add simple random test IDs ### Refactor (BREAKING) - rename tlpt to caro ### Refactor (BREAKING) - expose diffs stream ### Commit Statistics - 2 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details
view details * **Uncategorized** - Release caro v0.7.0, credo v0.8.0, jazz-rs v0.7.0, safety bump jazz-rs v0.7.0 ([`07713c2`](https://github.com/usegarden/garden-core/commit/07713c25e12d624d45e74cf9e5c76b43846ecab7)) - rename tlpt to caro ([`59c3fc1`](https://github.com/usegarden/garden-core/commit/59c3fc1c8706887c104801ffc4d559a75666b5ab))
## v0.6.0 (2022-11-15) ### Bug Fixes (BREAKING) - encode log append as raw litl data ## v0.5.0 (2022-11-15) ### Chore - fmt - fix most clippy errors ### New Features - Use new litl in tlpt ### Test - Add proptests for causal_set ### New Features (BREAKING) - introduce and use litl-val - Make credo tests pass again, don't use unparsed for now ## v0.4.0 (2022-11-01) ### Chore - fmt and clippy - more tracing improvements - fmt - placate clippy ### Bug Fixes - blob serialization and tracing ### Other - replace log with tracing ### New Features (BREAKING) - Add headers and metadata to sets #65 - Add headers and metadata to logs #65 - Implement tlpt blobs, closes #61 ### Bug Fixes (BREAKING) - entrust secrets to all parent's scope's shared secrets. Fixes #68 - Remove object id from write access #66 - investigation and fix for #66, also implements #67 ### Refactor (BREAKING) - change tlpt api to expect SetItems ## v0.3.3 (2022-09-27) ### Bug Fixes - tlpt serialization untagged problem ## v0.3.2 (2022-09-23) ### Bug Fixes - deal better with receiving redundant log information ## v0.3.1 (2022-09-23) ### Bug Fixes - correct optimistic states ## v0.3.0 (2022-09-22) ### New Features - update mofo and improve tracing ## v0.2.5 (2022-09-21) ### New Features - add basic tracing to tlpt ## v0.2.4 (2022-09-21) Add tracing to mofo ### Chore - changelog for mofo update ## v0.2.3 (2022-09-21) Initial changelog release