From 8a71eb37f7bf1f92691044a83044be0ddb7cb129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Tue, 20 Jun 2023 19:03:47 -0700 Subject: [PATCH] Bump version to 0.27.1 This change bumps the crate to version 0.27.1. The following notable changes have been made since 0.27.0: - Exported api::v2::updates::{Authenticate,Listen} enums as part of unofficial unstable API --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36fc8f..e20eb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.27.1 +------ - Exported `api::v2::updates::{Authenticate,Listen}` enums as part of unofficial unstable API diff --git a/Cargo.toml b/Cargo.toml index 5216492..2bfec7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.27.0" +version = "0.27.1" edition = "2021" rust-version = "1.59" authors = ["Daniel Mueller "]