Skip to content

Commit

Permalink
v0.9.2 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Apr 29, 2017
1 parent 8fbfcca commit ba141b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Module::Build;

my $build = Module::Build->new(
module_name => 'ngx_small_light',
dist_version => '0.9.1',
dist_version => '0.9.2',
dist_author => "Tatsuhiko Kubo",
dist_abstract => "nginx module for dynamic thumbnail",
build_requires => {
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2017-04-29 Tatsuhiko Kubo <[email protected]>

* imagemagick: adjusted image depth between canvas and original image. #86

* setup: use pkg-config instead of (Wand|imlib2|gdlib)-config. #85

* 0.9.2 released

2017-02-16 Tatsuhiko Kubo <[email protected]>

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

0 comments on commit ba141b8

Please sign in to comment.