Skip to content

Commit 1383c9c

Browse files
committed
Bump version to 0.25.1
This change bumps the crate to version 0.25.1. The following notable changes have been made since 0.25.0: - Added optional price member to api::v2::account_activities::NonTradeActivity type - Switched to using GitHub Actions as CI provider - Bumped minimum supported Rust version to 1.57
1 parent 289ef82 commit 1383c9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.25.1
2+
------
33
- Added optional `price` member to
44
`api::v2::account_activities::NonTradeActivity` type
55
- Switched to using GitHub Actions as CI provider

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.25.0"
3+
version = "0.25.1"
44
edition = "2021"
55
rust-version = "1.57"
66
authors = ["Daniel Mueller <deso@posteo.net>"]

0 commit comments

Comments
 (0)