bumped app version

This commit is contained in:
Gani Georgiev
2026-07-16 07:38:52 +03:00
parent 015ed81e05
commit 636b7e28d8
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## v0.39.7 (WIP)
## v0.39.7
- Replaced `github.com/go-ozzo/ozzo-validation` with the fork `github.com/pocketbase/ozzo-validation` since the original library has recently changed ownership and the new maintainer cannot be trusted.
_There are plans to create eventually a new validation library from scratch more suited for our needs in PocketBase because ozzo-validation is known to have some minor performance and obscure regex issues, but until then we'll stick with the fork (and if you use `ozzo-validation` in your own Go code, I'd suggest to swap the imports with the fork)_.