Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.
/ ruby-discid Public archive

Commit 89c990a

Browse files
committed
Release 1.3.2
1 parent 57f885a commit 89c990a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3+
## 1.3.2 (2017-12-19)
4+
* Fixed call to {DiscId::Disc#toc_string} with native implementation
5+
36
## 1.3.1 (2017-02-16)
4-
* codeclimate-test-reporter is no longer a development depdendency
7+
* codeclimate-test-reporter is no longer a development dependency
58

69
## 1.3.0 (2016-02-19)
710
* Add support for {DiscId::Disc#toc_string}. Will use the implementation from

lib/discid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
module DiscId
1818
# The version of ruby-discid.
19-
VERSION = "1.3.1"
19+
VERSION = "1.3.2"
2020
end

0 commit comments

Comments
 (0)