Skip to content

Commit

Permalink
chore(trunk): release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 20, 2024
1 parent d6b8524 commit 931d440
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.18.0](https://github.com/Evanlab02/ShoppingListApp/compare/v0.17.0...v0.18.0) (2024-11-20)


### Features

* **#87:** Can now bulk update the store types on the store admin page ([cc21dff](https://github.com/Evanlab02/ShoppingListApp/commit/cc21dff082370152971f4e4387e3944d775a7479))
* **#87:** Can now filter by some select fields on the store admin page ([3456748](https://github.com/Evanlab02/ShoppingListApp/commit/34567482081dd44f0f1828367feca744ce640ed7))
* **#87:** Can now search the stores on the store admin page ([e548a53](https://github.com/Evanlab02/ShoppingListApp/commit/e548a53acfe7ed1dbecf1a830aa39cf1f11f97af))
* **#87:** Now display all fields of stores on store admin page ([3a932c3](https://github.com/Evanlab02/ShoppingListApp/commit/3a932c3df597178ce600623e7c5d3d660db04595))
* **#88:** Add store sorting to store list and store search endpoints ([f86caf4](https://github.com/Evanlab02/ShoppingListApp/commit/f86caf4667c3f420a6f69de59a3a3275fe4807f0))
* **#95 #216:** Added Argon2 as the default password hasher. ([77251c2](https://github.com/Evanlab02/ShoppingListApp/commit/77251c2730bd1ae3535758fd6e78934ddced39a5))
* **#95 #216:** Added the ability to enable/disable legacy password hashing to allow for the upgrade to Argon2 ([a4d3c76](https://github.com/Evanlab02/ShoppingListApp/commit/a4d3c764e62b9604c2089e9eddd4ea478490c917))
* **#95 #216:** Added the ability to force only legacy password hashing as an escape hatch (Not recommended unless absolutely required) ([e139585](https://github.com/Evanlab02/ShoppingListApp/commit/e13958594d199d6c10caabd69c1c7553eaff8fa3))
* **#95 #216:** Updated the documentation to contain some initial info on code patterns within the django apps ([5cb8ff4](https://github.com/Evanlab02/ShoppingListApp/commit/5cb8ff4d49d58dee9e4a209d0e93dad62c21c91c))
* **#95 #216:** Updated the V0.18.0 update/upgrade guide to outline the changes to the password hashing ([fe8cfbb](https://github.com/Evanlab02/ShoppingListApp/commit/fe8cfbb283f85cd96a363cc07d74d35e4c77c7d1))
* **Admin:** Can now use the built in admin-documentation on the admin page. ([43446c4](https://github.com/Evanlab02/ShoppingListApp/commit/43446c460d186a56dc295e83257af260b4d3b501))
* **Documentation:** Added a developer getting started guide to the documentation. ([b2612ab](https://github.com/Evanlab02/ShoppingListApp/commit/b2612abab00504d00c7438905f6f0e0f65fdfada))
* **Documentation:** Added more documentation on code/app patterns ([b1dec92](https://github.com/Evanlab02/ShoppingListApp/commit/b1dec920d04c44e5d68af1da4b236b5b32c9e19c))
* **Optimization:** Optimized store list endpoints to not use synchronous code and instead use async capabilities when paginating results ([0d3b15f](https://github.com/Evanlab02/ShoppingListApp/commit/0d3b15f0cea6dac4df007cbfb811f9ac09530887))


### Bug Fixes

* **Compose:** Cleaned up the compose files ([720a834](https://github.com/Evanlab02/ShoppingListApp/commit/720a8348e76b6975eb1570aadf336ea3fe50841a))
* **Dependencies:** Added Argon2 to the backend dependencies. ([b2512e0](https://github.com/Evanlab02/ShoppingListApp/commit/b2512e01f1ff1f76e46400845bd3f8d7c52a85a2))

## [0.17.0](https://github.com/Evanlab02/ShoppingListApp/compare/v0.16.5...v0.17.0) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0

0 comments on commit 931d440

Please sign in to comment.