Skip to content

Commit be6f8d4

Browse files
committed
readme update for track tag fix
1 parent 22d1eb8 commit be6f8d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@ this if you've installed added the exiftool directory to the PATH of the shell t
147147

148148
## Change history
149149

150+
### 1.2.7
151+
152+
- Fixed [exiftool-rb/exiftool_vendored.rb#37](https://github.com/exiftool-rb/exiftool_vendored.rb/issues/37) issue where track tags were treated as fractions and were reduced to the lowest term in the output.
153+
- Switched from codeclimate to qlty
154+
155+
### 1.2.5 - 1.2.6
156+
157+
- Maintenance release
158+
150159
### 1.2.4
151160

152161
- Moved from travis-ci.org to travis-ci.com

lib/exiftool/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Exiftool
4-
VERSION = Gem::Version.new('1.2.6')
4+
VERSION = Gem::Version.new('1.2.7')
55
end

0 commit comments

Comments
 (0)