Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 31, 2024
1 parent 7e7d84c commit 3f7d7d3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v2.1.1 (2024-01-31)

### Fix

* fix: Feedback addressed by using string library and also expanding the existing accented_chars ([`39a25c5`](https://github.com/UBC-MDS/passwordler/commit/39a25c5506569f892d78a18f742ab00808cd1575))

* fix: Add rationale for function implementation choices in Readme. feedback #2 ([`2121038`](https://github.com/UBC-MDS/passwordler/commit/21210388dc7467b5aaef52514e7275203c4fe61c))

### Unknown

* Merge pull request #89 from UBC-MDS/yiwei/addFunctionMotivations

fix: Add rationale for function implementation choices in Readme. ([`7e7d84c`](https://github.com/UBC-MDS/passwordler/commit/7e7d84c532e4cc2a56e5410c1751a94516463950))

* Merge pull request #91 from UBC-MDS/yiwei/updateHardcodedStringList

Yiwei/update hardcoded string list ([`faf1af8`](https://github.com/UBC-MDS/passwordler/commit/faf1af823537b50f0d4d3571285f1af6b5b43a9a))

* Rerun example.ipynb as our vocabulary changed ([`0657c89`](https://github.com/UBC-MDS/passwordler/commit/0657c89e8adb0ad90b7046e30e3a6de9894f7fd0))

* Update test_encrypt_non_standard_characters with new values ([`82df255`](https://github.com/UBC-MDS/passwordler/commit/82df255ecf41eb07f42891a713b94f3f5f7adce9))

* Add breaks to make format consistent ([`682c73f`](https://github.com/UBC-MDS/passwordler/commit/682c73fe6b723ba7dd885392d3bafd1f2535a7eb))


## v2.1.0 (2024-01-31)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "passwordler"
version = "2.1.0"
version = "2.1.1"
description = "A simple utility package for passwords"
authors = ["Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang"]
license = "MIT"
Expand Down

0 comments on commit 3f7d7d3

Please sign in to comment.