docs: Update some outdated docs

This commit is contained in:
Arne Beer 2022-12-13 11:56:12 +01:00
parent eed378e619
commit 86376c26d8
No known key found for this signature in database
GPG key ID: CC9408F679023B65
2 changed files with 12 additions and 6 deletions

View file

@ -83,17 +83,23 @@ Anyhow, working with mutexes is usually straight-forward, but can sometimes be a
## Code Style
This is a result of `tokei ./client ./daemon` on commit `fde79eb` at the 2021-07-27.
This is a result of `tokei ./client ./daemon` on commit `eed378e` at the 2022-12-13.
```
===============================================================================
Language Files Lines Code Comments Blanks
===============================================================================
Rust 62 6332 4860 522 950
|- Markdown 53 644 0 600 44
(Total) 6976 4860 1122 994
JSON 1 119 119 0 0
Markdown 2 310 0 192 118
Pest 1 69 43 12 14
TOML 1 78 62 7 9
YAML 1 27 27 0 0
-------------------------------------------------------------------------------
Rust 90 9403 7116 808 1479
|- Markdown 87 1367 0 1258 109
(Total) 10770 7116 2066 1588
===============================================================================
Total 62 6332 4860 522 950
Total 96 10006 7367 1019 1620
===============================================================================
```

View file

@ -4,7 +4,7 @@ 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).
## [3.0.0] - unreleased
## [3.0.0] - 2022-12-12
This release was planned to be a much smaller one, but you know how it's like.