# 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.3.0 (2023-02-28) ### Refactor - move crates into helpfuly named subfolders ### New Features (BREAKING) - Lots of performance and other fixes ### Commit Statistics - 3 commits contributed to the release over the course of 23 calendar days. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Lots of performance and other fixes ([`83cffb2`](https://github.com/usegarden/garden-core/commit/83cffb21c5bd75907009d742861e3c3c38fb46d9)) - Merge pull request #78 from garden-computing:anselm/gar-35-client-persistence ([`0aa1c17`](https://github.com/usegarden/garden-core/commit/0aa1c1765fce65f7951d0332b789c8e98790d912)) - Move crates into helpfuly named subfolders ([`5be0681`](https://github.com/usegarden/garden-core/commit/5be06818bb2ce40b991791ebcc33aa0cae291e09))
## v0.2.4 (2022-11-01) ### Chore - fmt and clippy - more tracing improvements - add GH issue for race condition - fmt ### Bug Fixes - fix possible race condition in audi #57 ### Other - replace log with tracing ## v0.2.3 (2022-09-23) ### Refactor - stop requiring names for tasks ## v0.2.2 (2022-09-21) Initial changelog release