We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546ed28 commit 94a2d6eCopy full SHA for 94a2d6e
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.39.0 (2025-06-18)
6
+
7
### Fixes
8
9
* Fix `ParagraphBorders#border_visual_type`
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- ooxml_parser (0.38.0)
+ ooxml_parser (0.39.0)
nokogiri (~> 1)
ooxml_decrypt (~> 1)
rubyzip (~> 2)
@@ -110,4 +110,4 @@ DEPENDENCIES
110
yard (>= 0.9.20)
111
112
BUNDLED WITH
113
- 2.6.3
+ 2.6.9
lib/ooxml_parser/version.rb
@@ -4,6 +4,6 @@ module OoxmlParser
# This module holds the RuboCop version information.
module Version
# [String] Version of Gem
- STRING = '0.38.0'
+ STRING = '0.39.0'
end
0 commit comments