Skip to content

Commit

Permalink
Merge pull request robinst#60 from robinst/release/0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
jacobvosmaer committed Aug 21, 2014
2 parents 1ba2144 + 46824fe commit d03a5dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes in Releases of taglib-ruby
==================================

## 0.7.0 (2014-08-21)

* Add support for TagLib::RIFF::AIFF (#52, by @tchev)
* Add support for TagLib::RIFF::WAV (#57, by @tchev)
* Associate filesystem encoding to filename strings
* Allow CXX override during gem installation
* Try to detect location of vendor/taglib on Heroku (#28)
* Documentation updates

## 0.6.0 (2013-04-26)

* Add support for TagLib::MP4 (#3, by @jacobvosmaer)
Expand Down
2 changes: 1 addition & 1 deletion lib/taglib/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TagLib
module Version
MAJOR = 0
MINOR = 6
MINOR = 7
PATCH = 0
BUILD = nil

Expand Down
4 changes: 3 additions & 1 deletion taglib-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'taglib/version'
Gem::Specification.new do |s|
s.name = "taglib-ruby"
s.version = TagLib::Version::STRING
s.authors = ["Robin Stocker", "Jacob Vosmaer"]
s.authors = ["Robin Stocker", "Jacob Vosmaer", "Thomas Chevereau"]
s.email = ["[email protected]"]
s.homepage = "http://robinst.github.io/taglib-ruby/"
s.licenses = ["MIT"]
Expand Down Expand Up @@ -147,6 +147,7 @@ DESC
"test/fileref_open_test.rb",
"test/fileref_properties_test.rb",
"test/fileref_write_test.rb",
"test/file_test.rb",
"test/flac_file_test.rb",
"test/flac_file_write_test.rb",
"test/id3v1_tag_test.rb",
Expand All @@ -156,6 +157,7 @@ DESC
"test/id3v2_relative_volume_test.rb",
"test/id3v2_tag_test.rb",
"test/id3v2_unicode_test.rb",
"test/id3v2_unknown_frames_test.rb",
"test/id3v2_write_test.rb",
"test/mp4_file_test.rb",
"test/mp4_file_write_test.rb",
Expand Down

0 comments on commit d03a5dd

Please sign in to comment.