chore: use 8 character hash components (#143)

Use 8 character hash components to reduce the key length, making it
more readable.

Fixes #97
This commit is contained in:
Steven Hartland
2023-05-19 19:30:37 +01:00
committed by GitHub
parent ad97570a01
commit bb80d0f127
4 changed files with 38 additions and 6 deletions

View File

@ -3,6 +3,7 @@
## 2.3.1
- Fix cache key stability.
- Use 8 character hash components to reduce the key length, making it more readable.
## 2.3.0