Skip to content

Commit dd1b039

Browse files
committed
chore: prepare 0.1 release
Signed-off-by: Lachezar Lechev <[email protected]>
1 parent 581e8ca commit dd1b039

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
- *(ci)* msrv - comment for default branch to `main`
18+
- *(example)* run data lines
19+
- rustfmt
20+
- *(ci)* msrv and build workflows + set Rust msrv to 1.70
21+
- *(Cargo.toml)* add msrv and rt-multi-thread feature for tokio dev-dep
22+
- rustfmt
23+
24+
### Other
25+
- README & lib.rs documentation + badges
26+
- *(dependabot)* check for outdated actions
27+
- fix build workflow - building docs should use nightly
28+
- build and msrv workflows
29+
- lib.rs crate attributes
30+
- *(docs)* Server/Client docs improvements
31+
- *(Cargo.toml)* Dependencies and package fields
32+
- add rustfmt.toml
33+
- fix README, docs and clean up
34+
- *(examples)* add minimal usage example
35+
- *(Cargo.toml)* add workspace key
36+
- *(README)* add requirements, running the plotter app and the `run` example
37+
- remove settings example
38+
- *(Cargo)* Add more dependencies for:

0 commit comments

Comments
 (0)