Skip to content

Commit 08d2bdf

Browse files
committed
Bump up the version to 0.6.3
1 parent d80058a commit 08d2bdf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3+
## v0.6.3
4+
35
### Bug fixes
46

57
- Passing a Nokogiri::XML::Node as the second parameter to Node.new is deprecated [#121](https://github.com/ruby-docx/docx/pull/121)
68

9+
### Chores
10+
11+
- Add Ruby 3.1 to the CI matrix by petergoldstein [#122](https://github.com/ruby-docx/docx/pull/122)
12+
713
## v0.6.2
814

915
### Bug fixes

lib/docx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Docx #:nodoc:
4-
VERSION = '0.6.2'
4+
VERSION = '0.6.3'
55
end

0 commit comments

Comments
 (0)