Skip to content

Commit ba141b8

Browse files
committed
v0.9.2 released.
1 parent 8fbfcca commit ba141b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Module::Build;
44

55
my $build = Module::Build->new(
66
module_name => 'ngx_small_light',
7-
dist_version => '0.9.1',
7+
dist_version => '0.9.2',
88
dist_author => "Tatsuhiko Kubo",
99
dist_abstract => "nginx module for dynamic thumbnail",
1010
build_requires => {

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2017-04-29 Tatsuhiko Kubo <cubicdaiya@gmail.com>
2+
3+
* imagemagick: adjusted image depth between canvas and original image. #86
4+
5+
* setup: use pkg-config instead of (Wand|imlib2|gdlib)-config. #85
6+
7+
* 0.9.2 released
8+
19
2017-02-16 Tatsuhiko Kubo <cubicdaiya@gmail.com>
210

311
* bugfix: mistaken image offset adjusting. Thanks @urapico. refs #81 and #82

0 commit comments

Comments
 (0)