~cyplo/genpass

b5b7029251851453595b7016d8f9b36e2e1ede58 — Release Bot 2 years ago a4a27f1 main v0.5.14
(cargo-release) version 0.5.14
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.14] - 2022-03-07

## [0.5.13] - 2022-03-07

## [0.5.12] - 2022-03-07

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

[[package]]
name = "genpass"
version = "0.5.13"
version = "0.5.14"
dependencies = [
 "assert_cmd",
 "bitflags",

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