Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Dec 24, 2023
1 parent 8994844 commit c763b21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
Version 2.3.0

24-Dec-2023

- FIX: replace test tiff that triggers Clam-AV
- FIX: certain heif files could not be parsed
- FEATURE: Adds animated support for png

Version 2.2.7

23-May-2023
Expand Down
1 change: 0 additions & 1 deletion fastimage.gemspec
Expand Up @@ -6,7 +6,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.2'
s.authors = ["Stephen Sykes"]
s.date = %q{2021-02-28}
s.description = %q{FastImage finds the size or type of an image given its uri by fetching as little as needed.}
s.email = %q{sdsykes@gmail.com}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/fastimage/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class FastImage
VERSION = '2.2.7'
VERSION = '2.3.0'
end

0 comments on commit c763b21

Please sign in to comment.