Mark all backwards-incompatible changes
This commit is contained in:
parent
768a259f02
commit
c479cbd687
1 changed files with 9 additions and 9 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -21,11 +21,11 @@ Procedure when bumping the version number:
|
||||||
- `conn::Error::ConnectionTimedOut`
|
- `conn::Error::ConnectionTimedOut`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `bot::command::ClapCommand::execute` now returns a `Result<bool, E>` instead of a `Result<(), E>`
|
- **(breaking)** `bot::command::ClapCommand::execute` now returns a `Result<bool, E>` instead of a `Result<(), E>`
|
||||||
- `bot::command::Command::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>`
|
||||||
- `bot::commands::Commands::handle_packet` 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)** `conn::Conn::connect` now returns `conn::Result`
|
||||||
- `bot::instance::Instance` now implements `Clone`
|
- `bot::instance::Instance` now implements `Clone`
|
||||||
- `conn::Conn::connect` now returns `conn::Result`
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- `phone` and `mobile` emoji
|
- `phone` and `mobile` emoji
|
||||||
|
|
@ -63,13 +63,13 @@ Procedure when bumping the version number:
|
||||||
- VSCode project settings
|
- VSCode project settings
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `conn` module redesigned and rewritten (backwards-incompatible)
|
- **(breaking)** `conn` module redesigned and rewritten
|
||||||
- `nick_hue` moved to `nick::hue_without_removing_emoji`
|
- **(breaking)** `nick_hue` moved to `nick::hue_without_removing_emoji`
|
||||||
- Renamed `testbot` example to `testbot_manual`
|
- Renamed `testbot` example to `testbot_manual`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- `connect` (see `conn::Conn::connect`)
|
- **(breaking)** `connect` (see `conn::Conn::connect`)
|
||||||
- `wrap` (see `conn::Conn::wrap`)
|
- **(breaking)** `wrap` (see `conn::Conn::wrap`)
|
||||||
|
|
||||||
## v0.2.0 - 2022-12-10
|
## v0.2.0 - 2022-12-10
|
||||||
|
|
||||||
|
|
@ -77,7 +77,7 @@ Procedure when bumping the version number:
|
||||||
- `connect`
|
- `connect`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Updated dependencies (backwards-incompatible)
|
- **(breaking)** Updated dependencies
|
||||||
|
|
||||||
## v0.1.0 - 2022-10-23
|
## v0.1.0 - 2022-10-23
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue