Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Apr 12, 2022
1 parent 8f48ca5 commit 698b4ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.1.1 - 2022-04-12
### Changed
- Fixed build time warnings with Ruby >= 2.7.0 (#85)
- Upgraded to SWIG 4.0.2
- Fixed running tests against TagLib 1.12

## 1.1.0 - 2021-01-20
### Added
- Added support for CTOC and CHAP frames for ID3v2
Expand Down
2 changes: 1 addition & 1 deletion lib/taglib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module TagLib
module Version
MAJOR = 1
MINOR = 1
PATCH = 0
PATCH = 1
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
Expand Down
1 change: 1 addition & 0 deletions taglib-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Gem::Specification.new do |s|
'README.md'
]
s.files = [
'.rubocop.yml',
'.yardopts',
'CHANGELOG.md',
'Gemfile',
Expand Down

0 comments on commit 698b4ad

Please sign in to comment.