Rewrite conn module

This commit is contained in:
Joscha 2023-01-20 17:12:52 +01:00
parent 470f3455f7
commit 6916977a47
6 changed files with 328 additions and 335 deletions

View file

@ -14,16 +14,19 @@ Procedure when bumping the version number:
## Unreleased
### Added
- `Status` conversion utility methods
- `State` conversion utility methods
- `Time::new` constructor
### Changed
- Rewrite `conn` module (backwards-imcompatible)
## v0.2.0 - 2022-12-10
### Added
- `euphoxide::connect`
### Changed
- Updated dependencies in backwards-incompatible way
- Updated dependencies (backwards-incompatible)
## v0.1.0 - 2022-10-23