Rename Snapshot to ConnSnapshot

This commit is contained in:
Joscha 2023-05-14 14:44:49 +02:00
parent 0f217a6279
commit 34f33ff038
5 changed files with 16 additions and 12 deletions

View file

@ -24,6 +24,7 @@ Procedure when bumping the version number:
- **(breaking)** `bot::command::ClapCommand::execute` now returns a `Result<bool, E>` instead of a `Result<(), E>`
- **(breaking)** `bot::command::Command::execute` now returns a `Result<bool, E>` instead of a `Result<(), E>`
- **(breaking)** `bot::commands::Commands::handle_packet` now returns a `Result<bool, E>` instead of a `Result<(), E>`
- **(breaking)** `bot::instance::Snapshot` renamed to `ConnSnapshot`
- **(breaking)** `conn::Conn::connect` now returns `conn::Result`
- `bot::instance::Instance` now implements `Clone`