2 Commits

Author SHA1 Message Date
af7a92af35 Release 0.15.5 2026-01-07 14:56:37 +02:00
4c05ceefcd fix: add | to allowed chars 2026-01-07 14:56:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ trait ValidatorHelper {
object ValidatorHelper {
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./? ")
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./?| ")
}

View File

@ -1 +1 @@
version := "0.15.4"
version := "0.15.5"