From 8fc7b5b9b0e3592a5c81f4c0e4ebff5c926669c6 Mon Sep 17 00:00:00 2001 From: Johnathan Martin Date: Wed, 8 Nov 2023 16:06:51 -0800 Subject: [PATCH] minor version bump (to 0.93.0) * DescriptionValuesValidator: catch all-whitespace blank values in description * File and RequestFile: allow nil use and languageTag * tiny DarkValidator refactor * LanguageTagValidator: operate on DRO::TYPES and descend into files so that validation happens automatically on DRO instantiation, tiny tangential refactor --- Gemfile.lock | 2 +- lib/cocina/models/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 388ef66a..d193ec6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocina-models (0.92.0) + cocina-models (0.93.0) activesupport deprecation dry-struct (~> 1.0) diff --git a/lib/cocina/models/version.rb b/lib/cocina/models/version.rb index 9e186648..3afdd76c 100644 --- a/lib/cocina/models/version.rb +++ b/lib/cocina/models/version.rb @@ -2,6 +2,6 @@ module Cocina module Models - VERSION = '0.92.0' + VERSION = '0.93.0' end end