From 7a6b451d28e01b5d738d0f82664b3fac8cb5a520 Mon Sep 17 00:00:00 2001 From: Lucid One Date: Sun, 10 Feb 2019 14:19:14 -0500 Subject: [PATCH 1/4] Initial CHANGELOG --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..296147d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog +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). + +## [Unreleased] + +## [1.1.0] - 2019-02-07 +### Added +- [OTP](https://github.com/tadfisher/pass-otp) support + +### Changed +- Makefile refactored and [usage](https://github.com/passff/passff-host#latest-from-github) updated + +### Fixed +- Flake8 conformance & documentation improved +- [Passff not comunicating with passff-host](https://github.com/passff/passff-host/issues/27) + +## [1.0.2] - 2018-07-01 +### Added +- Documentation Update + +### Fixed +- Shellcheck conformance +- Globbing and escaping paths +- Improved OSX/BSD support +- Subprocess on Python >= 3.5 + +## [1.0.1] - 2018-03-24 +### Security +- Prevent code injection by separating positional from optional command line arguments + +## 1.0.0 - 2018-03-24 +### Added +- Initial Release + +[Unreleased]: https://github.com/passff/passff-host/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/passff/passff-host/compare/v1.0.2...v1.1.0 +[1.0.2]: https://github.com/passff/passff-host/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/passff/passff-host/compare/v1.0.0...v1.0.1 From 6f707130b627ad6164af719910a47eacc48d862d Mon Sep 17 00:00:00 2001 From: Lucid One Date: Sun, 10 Feb 2019 14:22:19 -0500 Subject: [PATCH 2/4] Fixed comparison version tag --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296147d..bba3f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial Release -[Unreleased]: https://github.com/passff/passff-host/compare/v1.1.0...HEAD -[1.1.0]: https://github.com/passff/passff-host/compare/v1.0.2...v1.1.0 -[1.0.2]: https://github.com/passff/passff-host/compare/v1.0.1...v1.0.2 -[1.0.1]: https://github.com/passff/passff-host/compare/v1.0.0...v1.0.1 +[Unreleased]: https://github.com/passff/passff-host/compare/1.1.0...HEAD +[1.1.0]: https://github.com/passff/passff-host/compare/1.0.2...1.1.0 +[1.0.2]: https://github.com/passff/passff-host/compare/1.0.1...1.0.2 +[1.0.1]: https://github.com/passff/passff-host/compare/1.0...1.0.1 From 938e5aff458173f71f308cc2e1e6f81aba4ca873 Mon Sep 17 00:00:00 2001 From: Lucid One Date: Sun, 10 Feb 2019 17:25:59 -0500 Subject: [PATCH 3/4] Added note for Unreleased, linked 1.0.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba3f5c..77e884e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ 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). ## [Unreleased] +There are currently no unreleased changes. ## [1.1.0] - 2019-02-07 ### Added @@ -31,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - Prevent code injection by separating positional from optional command line arguments -## 1.0.0 - 2018-03-24 +## [1.0.0] - 2018-03-24 ### Added - Initial Release @@ -39,3 +40,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.0]: https://github.com/passff/passff-host/compare/1.0.2...1.1.0 [1.0.2]: https://github.com/passff/passff-host/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/passff/passff-host/compare/1.0...1.0.1 +[1.0.0]: https://github.com/passff/passff-host/releases/tag/1.0 From bb629403967f5f986efbb046e5a6eec8c616515e Mon Sep 17 00:00:00 2001 From: Lucid One Date: Sun, 10 Feb 2019 17:55:54 -0500 Subject: [PATCH 4/4] Added CHANGELOG to CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e884e..2006571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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). ## [Unreleased] -There are currently no unreleased changes. +### Added +- Added CHANGELOG ## [1.1.0] - 2019-02-07 ### Added