From b65f80f7aff28bb4a6be23a72958821326719a61 Mon Sep 17 00:00:00 2001 From: User65k <15049544+User65k@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:12:23 +0100 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..82e7ad3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.6.1](https://github.com/User65k/generic-async-http-client/compare/v0.6.0...v0.6.1) - 2025-01-18 + +### Other + +- only offer h2 if it is enabled ([#12](https://github.com/User65k/generic-async-http-client/pull/12)) diff --git a/Cargo.toml b/Cargo.toml index ae037b4..d27ee61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "generic-async-http-client" -version = "0.6.0" +version = "0.6.1" authors = ["User65k <15049544+User65k@users.noreply.github.com>"] edition = "2021"