From 1383c9cfcab51391a69d77e3db3567310dfbedd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 28 Jul 2022 21:12:19 -0700 Subject: [PATCH] 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 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5561f467..7e9b6be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.25.1 +------ - Added optional `price` member to `api::v2::account_activities::NonTradeActivity` type - Switched to using GitHub Actions as CI provider diff --git a/Cargo.toml b/Cargo.toml index b3dbac5f..409f08de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.25.0" +version = "0.25.1" edition = "2021" rust-version = "1.57" authors = ["Daniel Mueller "]