Rename Snapshot to ConnSnapshot
This commit is contained in:
parent
0f217a6279
commit
34f33ff038
5 changed files with 16 additions and 12 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue