Skip to content

Commit

Permalink
Prepare release 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janfri committed Nov 23, 2024
1 parent 06765d4 commit ce3fa47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.12.1
- Maintenance release: Optimizing some internals.

2.12.0
- Make mini_exiftool Ruby 3.5 ready.
- Minimize gem file size.
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_exiftool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Simple OO access to the ExifTool command-line application.
class MiniExiftool

VERSION = '2.12.0'
VERSION = '2.12.1'

# Name of the ExifTool command-line application
@@cmd = 'exiftool'
Expand Down

0 comments on commit ce3fa47

Please sign in to comment.