From ce340cdf29fed18022d89d62966a456fe75645d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Tue, 27 Jun 2023 19:15:14 -0700 Subject: [PATCH] Bump version to 0.27.2 This change bumps the crate to version 0.27.2. The following notable changes have been made since 0.27.1: - Expanded crate documentation with a high level overview - Bumped async-compression dependency to 0.4 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 359fb0e..3d630e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.27.2 +------ - Expanded crate documentation with a high level overview - Bumped `async-compression` dependency to `0.4` diff --git a/Cargo.toml b/Cargo.toml index d628559..bfc4623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.27.1" +version = "0.27.2" edition = "2021" rust-version = "1.59" authors = ["Daniel Mueller "]