Skip to content

Commit

Permalink
Bump the version to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Oct 13, 2024
1 parent 014dcf5 commit 69071cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1 - 2024-10-13
### Added
- Re-export Camino's `Utf8Path{,Buf}`.

## 0.2.0 - 2024-10-01
### Fixed
- Building on Windows
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ default-members = ["lib/*"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
authors = ["Arto Bendiken"]
edition = "2021"
rust-version = "1.70"
description = "Clientele packages `clap`, `dotenvy`, `argfile`, and `wild` into one dependency."
description = "Clientele packages `clap`, `camimo`, `dotenvy`, `argfile`, and `wild` into one dependency."
#documentation = "https://docs.rs/clientele/"
readme = true
homepage = "https://clientele.rs"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit 69071cc

Please sign in to comment.