Skip to content

Commit ff5d032

Browse files
committed
Bump up the version
1 parent ff957f0 commit ff5d032

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## v0.6.0
417

518
### Enhancements

lib/docx/version.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module Docx #:nodoc:
2-
VERSION = '0.6.0'
4+
VERSION = '0.6.1'
35
end

0 commit comments

Comments
 (0)