Skip to content

Commit 7649a2d

Browse files
committed
Bump up the version to v0.6.0
1 parent c98a134 commit 7649a2d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.6.0
4+
5+
### Enhancements
6+
7+
- Added support for hyperlinks (implemented [#70](https://github.com/ruby-docx/docx/pull/70) again) by ollieh-m and gopeter [#92](https://github.com/ruby-docx/docx/pull/92)
8+
9+
### Chores
10+
11+
- Drop ruby 2.4 from supporeted versions by satoryu [#93](https://github.com/ruby-docx/docx/pull/93)
12+
- Refactoring `spec_helper` by satoryu [#90](https://github.com/ruby-docx/docx/pull/90)
13+
- Starts measuring code coverage with coveralls by satoryu [#88](https://github.com/ruby-docx/docx/pull/88)
14+
315
## v0.5.0
416

517
### Enhancements

lib/docx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Docx #:nodoc:
2-
VERSION = '0.5.0'
2+
VERSION = '0.6.0'
33
end

0 commit comments

Comments
 (0)