Skip to content

Commit

Permalink
Merge pull request #71 from UBC-MDS/UpdateChangelog
Browse files Browse the repository at this point in the history
Update changelog and bump ver number in toml
  • Loading branch information
Kierst01 authored Jan 27, 2024
2 parents 4c14d93 + 04a41d0 commit 44cfa0c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,37 @@

## v0.0.1 (09/01/2024)

- First release of `passwordler`!
- First release of `passwordler`!

## v1.0.0 (19/01/2024)
* Update readme according to encrytion/decryption algo changes by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/41
* Week2 decfun body by @mishelly-h in https://github.com/UBC-MDS/passwordler/pull/42
* Update pyproject.toml and fix typo by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/36
* Add password strength function by @Kierst01 in https://github.com/UBC-MDS/passwordler/pull/44
* Change AES to simple substitution cipher by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/39
* Separate decryption tests by @mishelly-h in https://github.com/UBC-MDS/passwordler/pull/43
* Fixed special character regex by @Kierst01 in https://github.com/UBC-MDS/passwordler/pull/47
* Update internal tests by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/51
* Update README.md about testing package use cases and Instructions by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/45
* Fix README.md indentation by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/53
* Add generate password function body by @rorywhite200 in https://github.com/UBC-MDS/passwordler/pull/49
* Update pyproject.toml by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/54

**Full Changelog**: https://github.com/UBC-MDS/passwordler/compare/0.0.1...1.0.0


## v2.0.0 (26/01/2024)
## What's Changed
* Example file + Narrative by @Kierst01 in https://github.com/UBC-MDS/passwordler/pull/61
* Add documentation for generate_password & update function by @rorywhite200 in https://github.com/UBC-MDS/passwordler/pull/62
* Add Narratives and fix encryption doc string by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/63
* Updated decfun documentation by @mishelly-h in https://github.com/UBC-MDS/passwordler/pull/64
* Updated yaml by @rorywhite200 in https://github.com/UBC-MDS/passwordler/pull/65
* Updated python in toml and spelling in conf.py by @rorywhite200 in https://github.com/UBC-MDS/passwordler/pull/66
* Boosted python version in readthedocs instead by @rorywhite200 in https://github.com/UBC-MDS/passwordler/pull/67
* Update README.md by @rorywhite200 in https://github.com/UBC-MDS/passwordler/pull/68
* Yiwei/add group dependency by @zywkloo in https://github.com/UBC-MDS/passwordler/pull/70
* Review example by @Kierst01 in https://github.com/UBC-MDS/passwordler/pull/69


**Full Changelog**: https://github.com/UBC-MDS/passwordler/compare/1.0.0...2.0.0
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 = "1.0.0"
version = "2.0.0"
description = "A simple utility package for passwords"
authors = ["Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang"]
license = "MIT"
Expand Down

0 comments on commit 44cfa0c

Please sign in to comment.