diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 878709c..5bf7bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ This is the changelog of Bowshock. See `"README.md"` for more information. +## 0.13.0-2 + +* Fix weird crate versions +* Bump dependency versions + +### Core + +* Implement `Clone`, `Copy`, `Display`, `Eq`, and `PartialEq` for `net::SessionToken` +* Add more variants to `Response` +* Add `net::ServerStatus` type + +### Client + +* Refactor + +### Server + +* Add `Session` type +* Restructure `Server` +* Handle and respond to requests +* Add `Error` and `Result` types +* Handle errors (instead of just panicking) +* Depend on `rand` +* Add `Config` structure +* Depend on `configparser` +* Add test configuration + ## 0.13.0-1 * Update logo |