Skip to content

Commit

Permalink
2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzobrain committed Apr 22, 2024
1 parent c3bc6c2 commit 766e9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## [2.7.6] - 2024-04-22
## [2.7.7] - 2024-04-22

- Return <xs:any> and <xs:anyAttribute> 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
- Improve substitutable elements detection
- Added mutiple? shorthand

## [2.6.3] - 2024-04-13

Expand Down
2 changes: 1 addition & 1 deletion lib/xsd/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module XSD
VERSION = '2.7.6'
VERSION = '2.7.7'
end

0 comments on commit 766e9e5

Please sign in to comment.