|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [0.1.0](https://github.com/LechevSpace/arduino-plotter/releases/tag/v0.1.0) - 2024-05-13 |
| 10 | + |
| 11 | +### Added |
| 12 | +- *(protocol)* Improve docs and EoL |
| 13 | +- Client/Server and better protocol implementation |
| 14 | +- initial working protocol |
| 15 | + |
| 16 | +### Fixed |
| 17 | +- *(Cargo.toml)* move rand dep. to dev-deps |
| 18 | +- *(ci)* msrv - comment for default branch to `main` |
| 19 | +- *(example)* run data lines |
| 20 | +- rustfmt |
| 21 | +- *(ci)* msrv and build workflows + set Rust msrv to 1.70 |
| 22 | +- *(Cargo.toml)* add msrv and rt-multi-thread feature for tokio dev-dep |
| 23 | +- rustfmt |
| 24 | + |
| 25 | +### Other |
| 26 | +- README & lib.rs documentation + badges |
| 27 | +- *(dependabot)* check for outdated actions |
| 28 | +- fix build workflow - building docs should use nightly |
| 29 | +- build and msrv workflows |
| 30 | +- lib.rs crate attributes |
| 31 | +- *(docs)* Server/Client docs improvements |
| 32 | +- *(Cargo.toml)* Dependencies and package fields |
| 33 | +- add rustfmt.toml |
| 34 | +- fix README, docs and clean up |
| 35 | +- *(examples)* add minimal usage example |
| 36 | +- *(Cargo.toml)* add workspace key |
| 37 | +- *(README)* add requirements, running the plotter app and the `run` example |
| 38 | +- remove settings example |
| 39 | +- *(Cargo)* Add more dependencies for: |
0 commit comments