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 d80058a commit 08d2bdfCopy full SHA for 08d2bdf
2 files changed
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# Changelog
2
3
+## v0.6.3
4
+
5
### Bug fixes
6
7
- Passing a Nokogiri::XML::Node as the second parameter to Node.new is deprecated [#121](https://github.com/ruby-docx/docx/pull/121)
8
9
+### Chores
10
11
+- Add Ruby 3.1 to the CI matrix by petergoldstein [#122](https://github.com/ruby-docx/docx/pull/122)
12
13
## v0.6.2
14
15
lib/docx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Docx #:nodoc:
- VERSION = '0.6.2'
+ VERSION = '0.6.3'
end
0 commit comments