Skip to content

Commit b6a0c73

Browse files
committed
Bump version to 0.28.0
This change bumps the crate to version 0.28.0. The following notable changes have been made since 0.27.2: - Removed ApiError::code member after endpoint reported errors stopped returning it - Renamed AuthenticationFailed variant of endpoint errors to NotPermitted - This variant is now used to signal a multitude of conditions, including certain order submission issues - Bumped minimum supported Rust version to 1.63 - Bumped websocket-util dependency to 0.12 - Bumped tokio-tungstenite dependency to 0.20
1 parent dd61af1 commit b6a0c73

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.28.0
2+
------
33
- Removed `ApiError::code` member after endpoint reported errors stopped
44
returning it
55
- Renamed `AuthenticationFailed` variant of endpoint errors to

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apca"
3-
version = "0.27.2"
3+
version = "0.28.0"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["Daniel Mueller <deso@posteo.net>"]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
overflowing_literals,
1919
path_statements,
2020
patterns_in_fns_without_body,
21-
private_in_public,
2221
proc_macro_derive_resolution_fallback,
2322
renamed_and_removed_lints,
2423
rust_2018_compatibility,

0 commit comments

Comments
 (0)