From 06e29eb431c7af57d8509be81135ad149611eaea Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 Feb 2024 22:46:17 +0000 Subject: [PATCH] 2.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a723e..5d637be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v2.1.2 (2024-02-02) + +### Fix + +* fix: changed message to password in example file ([`2b8e0a5`](https://github.com/UBC-MDS/passwordler/commit/2b8e0a5a259aba17127f38e64280100563ee77f5)) + +* fix: changed message to password encrypt_decrypt test ([`153d847`](https://github.com/UBC-MDS/passwordler/commit/153d8472ca8b9236371f9fbd4eafd3569384affc)) + +* fix: switched message to password in decrypt function and test ([`b07e792`](https://github.com/UBC-MDS/passwordler/commit/b07e792ecf115e966f1e463a87cbe72c64cf5cba)) + +* fix: changed message to password in function and tests ([`d251769`](https://github.com/UBC-MDS/passwordler/commit/d2517690ba1f024e69805d657f73ecb306ba2995)) + +* fix: changed message to password in readme ([`e994032`](https://github.com/UBC-MDS/passwordler/commit/e994032f2ad7a6a44267030cc970f1f291f2a2c0)) + +### Unknown + +* Merge pull request #92 from UBC-MDS/message_to_password + +Switching the wording in encypt and decrypt functions to password ([`a8c64ad`](https://github.com/UBC-MDS/passwordler/commit/a8c64adc485ace380573c63dc2720d52e743fb29)) + + ## v2.1.1 (2024-01-31) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 504599f..c8f8300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "passwordler" -version = "2.1.1" +version = "2.1.2" description = "A simple utility package for passwords" authors = ["Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang"] license = "MIT"