Skip to content

Commit 698b4ad

Browse files
committed
Version 1.1.1
1 parent 8f48ca5 commit 698b4ad

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## 1.1.1 - 2022-04-12
10+
### Changed
11+
- Fixed build time warnings with Ruby >= 2.7.0 (#85)
12+
- Upgraded to SWIG 4.0.2
13+
- Fixed running tests against TagLib 1.12
14+
915
## 1.1.0 - 2021-01-20
1016
### Added
1117
- Added support for CTOC and CHAP frames for ID3v2

lib/taglib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module TagLib
44
module Version
55
MAJOR = 1
66
MINOR = 1
7-
PATCH = 0
7+
PATCH = 1
88
BUILD = nil
99

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

taglib-ruby.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Gem::Specification.new do |s|
4949
'README.md'
5050
]
5151
s.files = [
52+
'.rubocop.yml',
5253
'.yardopts',
5354
'CHANGELOG.md',
5455
'Gemfile',

0 commit comments

Comments
 (0)