Skip to content

Commit d60b02c

Browse files
committed
chore: release 0.100.0
1 parent 093a0b0 commit d60b02c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## UNRELEASED
7+
## [0.100.0] 17.01.2024
88
### Added
99
- Vips image processor (resizing)
1010
- Vips colour filters

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
morandi (0.99.4)
4+
morandi (0.100.0)
55
atk (~> 4.0)
66
cairo (~> 1.0)
77
colorscore (~> 0.0)

lib/morandi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Morandi
4-
VERSION = '0.99.4'
4+
VERSION = '0.100.0'
55
end

0 commit comments

Comments
 (0)