~cyplo/genpass

5ad4479dd63afe85ece32277005b8e28a0f480c7 — Release Bot 2 years ago bee8873
(cargo-release) version 0.5.10
3 files changed, 4 insertions(+), 2 deletions(-)

M CHANGELOG.md
M Cargo.lock
M Cargo.toml
M CHANGELOG.md => CHANGELOG.md +2 -0
@@ 9,6 9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased] - ReleaseDate

## [0.5.10] - 2022-03-07

## [0.5.7] - 2022-02-12

## [0.5.2] - 2021-12-27

M Cargo.lock => Cargo.lock +1 -1
@@ 324,7 324,7 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"

[[package]]
name = "genpass"
version = "0.5.9"
version = "0.5.10"
dependencies = [
 "assert_cmd",
 "bitflags",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "genpass"
version = "0.5.9"
version = "0.5.10"
authors = ["Cyryl PÅ‚otnicki <cyplo@cyplo.dev>"]
description = "A simple yet robust commandline random password generator."
repository = "https://git.sr.ht/~cyplo/genpass"