Skip to content

Commit 2f704b3

Browse files
committed
Bump version to 0.29.0
This change bumps the crate to version 0.29.0. The following notable changes have been made since 0.28.0: - Renamed various request related types to follow more uniform naming scheme - Added api::v2::{calendar::ListReqInit,watchlist::CreateReqInit} types - Removed api::v2::{order::ChangeReqInit,assets::ListReqInit} types in favor of Default impl for corresponding request types - Made various types non-exhaustive - Added name attribute to api::v2::watchlist::Watchlist type - Added support for updating a watchlist
1 parent 17a4b1b commit 2f704b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.29.0
2+
------
33
- Renamed various request related types to follow more uniform naming
44
scheme
55
- Added `api::v2::{calendar::ListReqInit,watchlist::CreateReqInit}`

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apca"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["Daniel Mueller <[email protected]>"]

0 commit comments

Comments
 (0)