Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed May 6, 2019
1 parent e0bb9b7 commit 901ce62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4.0 (2019-05-06)
* Fixed {DiscId.put} handling of first_track being > 1
* Added {DiscId.parse} to parse a TOC string
* Documentation fixes

## 1.3.2 (2017-12-19)
* Fixed call to {DiscId::Disc#toc_string} with native implementation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Please report any issues on the
[issue tracker](https://github.com/phw/ruby-discid/issues).

## License
ruby-discid Copyright (c) 2007-2017 by Philipp Wolfer <ph.wolfer@gmail.com>
ruby-discid Copyright (c) 2007-2019 by Philipp Wolfer <ph.wolfer@gmail.com>

ruby-discid is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/discid/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#
module DiscId
# The version of ruby-discid.
VERSION = "1.3.2"
VERSION = "1.4.0"
end

0 comments on commit 901ce62

Please sign in to comment.