Skip to content

Commit 640fe2a

Browse files
committed
Add changes and bump for 0.7.1
1 parent d1ac9bf commit 640fe2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes in Releases of taglib-ruby
22
==================================
33

4+
## 0.7.1 (2015-12-28)
5+
6+
* Fix compile error during gem installation on Ruby 2.3 (MRI) (#67)
7+
48
## 0.7.0 (2014-08-21)
59

610
* Add support for TagLib::RIFF::AIFF (#52, by @tchev)

lib/taglib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module TagLib
22
module Version
33
MAJOR = 0
44
MINOR = 7
5-
PATCH = 0
5+
PATCH = 1
66
BUILD = nil
77

88
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

0 commit comments

Comments
 (0)