Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/KohlbacherLab/scala-validators/compare/v1.0.0...v1.1.0) (2025-08-06)


### Features

* Added CanContain for NonEmptyList and improvements to anyOf/allOf/noneOf syntax ([874b316](https://github.com/KohlbacherLab/scala-validators/commit/874b31634fdf3617fcd61398323a370b5cab281c))

## 1.0.0 (2025-08-06)


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