From 540016c65a04659e41f521bdbae6bf9c6de1b1cd Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Tue, 15 Oct 2024 11:04:48 +0400 Subject: [PATCH] Bump the version to 0.2.2. --- CHANGES.md | 5 +++++ Cargo.toml | 2 +- VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6e3c538..dba7b96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,11 @@ 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). +## 0.2.2 - 2024-10-15 +### Added +- `clientele::envs` +- `clientele::paths` + ## 0.2.1 - 2024-10-13 ### Added - Re-export Camino's `Utf8Path{,Buf}`. diff --git a/Cargo.toml b/Cargo.toml index e37c5fc..72ad001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ default-members = ["lib/*"] resolver = "2" [workspace.package] -version = "0.2.1" +version = "0.2.2" authors = ["Arto Bendiken"] edition = "2021" rust-version = "1.70" diff --git a/VERSION b/VERSION index 0c62199..ee1372d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2