Skip to content

Commit

Permalink
2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzobrain committed Apr 13, 2024
1 parent a0bb49c commit 71d9e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.6.3] - 2024-04-13

- Fix retrieving documentation for referenced elements
- Cache "namespace" call result

## [2.6.2] - 2024-04-12

- Get default value for element/attribute "form" property from schema
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.6.2'
VERSION = '2.6.3'
end

0 comments on commit 71d9e64

Please sign in to comment.