Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Jan 3, 2025
1 parent 7f6a50c commit 4c06b15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Version 2.4.0

03-Jan-2025

- IMPROVED: Refactor code into multiple files
- FIX: error rising from redirects to unknown url scheme
- FIX: Handle tiff format with long dimensions values
- FIX: Remove problematic dependency on base64 gem
- IMPROVED: properties including content_length are fetched more lazily improving performance

Version 2.3.1

01-Apr-2024

- FIX: avoid bug where a NoMethodError exception is raised on faulty images

Version 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/fastimage/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class FastImage
VERSION = '2.3.1'
VERSION = '2.4.0'
end

0 comments on commit 4c06b15

Please sign in to comment.