Skip to content

Commit

Permalink
v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Faraz32123 committed Nov 30, 2023
1 parent a31f6b7 commit b9a68dc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-16.1.0'></a>
## v16.1.0 (2023-11-30)

- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)

- [Bugfix] Fix build error due to outdated nodeenv. (by @regisb)

- [Bugfix] Added missing default configs that were missed during merge. (by @Faraz32123)

- 💥[Improvement] Simplify plugin settings. As a consequence, many marketing settings are deprecated. If they were useful to you, you can override them using the "credentials-settings-common" patch. (by @regisb)

<a id='changelog-16.0.3'></a>
## v16.0.3 (2023-11-21)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20231118_132819_codewithemad.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231121_114409_regis_fix_nodeenv.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231130_110806_regis_simplify.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutorcredentials/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "16.0.3"
__version__ = "16.1.0"

0 comments on commit b9a68dc

Please sign in to comment.