From 573750f064c7d3e30374d00603733a79a8cb247c Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 19 Mar 2020 03:28:42 +0000 Subject: [PATCH] (cargo-release) version 0.4.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc24fd..5bedaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - ReleaseDate +## [0.4.1] - 2020-03-19 ### Changed diff --git a/Cargo.lock b/Cargo.lock index b33d9a8..d267293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" [[package]] name = "genpass" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bitflags", "built", diff --git a/Cargo.toml b/Cargo.toml index 2f631f0..ce4f00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.4.0" +version = "0.4.1" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"