From 7d06a89bbb5854107bc247581656c06b663defa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=85=D0=B8=D0=BF=D0=BE=D0=B2=20=D0=94=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Mon, 22 Apr 2024 09:55:22 +0200 Subject: [PATCH] 2.7.5 --- CHANGELOG.md | 3 ++- lib/xsd/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb567c..39aba74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [2.7.4] - 2024-04-21 +## [2.7.5] - 2024-04-22 - Return and from collect_elements/collect_attributes - Make multiple_allowed? available on all definitions with max occurs - Don't return duplicated attributes from complex restriction +- Fix base_complex_type on restriction without base ## [2.6.3] - 2024-04-13 diff --git a/lib/xsd/version.rb b/lib/xsd/version.rb index 8600db2..6ee58f6 100644 --- a/lib/xsd/version.rb +++ b/lib/xsd/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module XSD - VERSION = '2.7.4' + VERSION = '2.7.5' end