Skip to content

Commit 94a2d6e

Browse files
alinasafonovaAlina Safonova
andauthored
Release v0.39.0 (#1519)
Co-authored-by: Alina Safonova <absolutecontrol@yandex.ru>
1 parent 546ed28 commit 94a2d6e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.39.0 (2025-06-18)
6+
57
### Fixes
68

79
* Fix `ParagraphBorders#border_visual_type`

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ooxml_parser (0.38.0)
4+
ooxml_parser (0.39.0)
55
nokogiri (~> 1)
66
ooxml_decrypt (~> 1)
77
rubyzip (~> 2)
@@ -110,4 +110,4 @@ DEPENDENCIES
110110
yard (>= 0.9.20)
111111

112112
BUNDLED WITH
113-
2.6.3
113+
2.6.9

lib/ooxml_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module OoxmlParser
44
# This module holds the RuboCop version information.
55
module Version
66
# [String] Version of Gem
7-
STRING = '0.38.0'
7+
STRING = '0.39.0'
88
end
99
end

0 commit comments

Comments
 (0)