Skip to content

Commit

Permalink
Changelog and version bump
Browse files Browse the repository at this point in the history
Add a CHANGELOG to track changed to the library (only covering changes from
2.2.3 for now)

Add bundle/gem_tasks to make publishing the gem easier

Bump version to 2.2.4
  • Loading branch information
SamSaffron committed Jun 2, 2021
1 parent f0ea7da commit 4bdc514
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 2.2.4

02-June-2021

- FEATURE: Added support for HEIC format
- FIX: Support SVG files that start with a BOM character
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

require "rdoc/task"
require 'rake/testtask'
require "rake/testtask"
require "bundler/gem_tasks"

# Generate documentation
Rake::RDocTask.new do |rd|
Expand Down
2 changes: 1 addition & 1 deletion fastimage.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{fastimage}
s.version = "2.2.3"
s.version = "2.2.4"

s.required_ruby_version = '>= 1.9.2'
s.authors = ["Stephen Sykes"]
Expand Down

0 comments on commit 4bdc514

Please sign in to comment.