Compare commits

..

5 Commits

Author SHA1 Message Date
arcanis af7a92af35 Release 0.15.5 2026-01-07 14:56:37 +02:00
arcanis 4c05ceefcd fix: add | to allowed chars 2026-01-07 14:56:01 +02:00
arcanis fa43517b16 Release 0.15.4 2024-07-31 15:47:09 +03:00
arcanis 77e99439e7 chore: fix file formatting 2024-07-31 15:46:56 +03:00
arcanis c9eb311cfe bug: remove unreachable code 2024-07-31 15:46:56 +03:00
3 changed files with 3 additions and 3 deletions
@@ -12,5 +12,5 @@ trait ValidatorHelper {
object ValidatorHelper { object ValidatorHelper {
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./? ") final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./?| ")
} }
+1 -1
View File
@@ -1 +1 @@
version := "0.15.3" version := "0.15.5"