From fa1d29e83e0f3afe2e48864d7837466632986d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Wed, 22 Feb 2023 19:22:31 -0800 Subject: [PATCH] Bump version to 0.26.2 This change bumps the crate to version 0.26.2. The following notable changes have been made since 0.26.1: - Introduced vendored-openssl to build with vendored openssl library - Added GitHub Actions workflow for publishing the crate --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01687c1d..c27c75d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.26.2 +------ - Introduced `vendored-openssl` to build with vendored `openssl` library - Added GitHub Actions workflow for publishing the crate diff --git a/Cargo.toml b/Cargo.toml index 7a1d2a2f..ddcce31a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.26.1" +version = "0.26.2" edition = "2021" rust-version = "1.59" authors = ["Daniel Mueller "]