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.
2 parents ff957f0 + ff5d032 commit e6e1e5dCopy full SHA for e6e1e5d
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## v0.6.1
4
+
5
+### Bug fixes
6
7
+- Use `Zip::File#glob` to match any `document.xml` [#104](https://github.com/ruby-docx/docx/pull/104)
8
9
+### Chores
10
11
+- Enable Coverall's coverage report [#102](https://github.com/ruby-docx/docx/pull/102)
12
+- Add table write example to README.md [#99](https://github.com/ruby-docx/docx/pull/99)
13
+- Replace Travis CI build with GitHub Action [#98](https://github.com/ruby-docx/docx/pull/98)
14
+- Add ruby 3.0 to versions for testing on Travis CI [#97](https://github.com/ruby-docx/docx/pull/97)
15
16
## v0.6.0
17
18
### Enhancements
lib/docx/version.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
module Docx #:nodoc:
- VERSION = '0.6.0'
+ VERSION = '0.6.1'
end
0 commit comments