We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a0b0 commit d60b02cCopy full SHA for d60b02c
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## UNRELEASED
+## [0.100.0] 17.01.2024
8
### Added
9
- Vips image processor (resizing)
10
- Vips colour filters
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- morandi (0.99.4)
+ morandi (0.100.0)
atk (~> 4.0)
cairo (~> 1.0)
colorscore (~> 0.0)
lib/morandi/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Morandi
- VERSION = '0.99.4'
+ VERSION = '0.100.0'
end
0 commit comments