Skip to content

Commit

Permalink
v0.8.1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Aug 18, 2016
1 parent 041ee28 commit ef016b0
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.8.0',
dist_version => '0.8.1',
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 @@
2016-08-19 Tatsuhiko Kubo <[email protected]>

* Adjust hash bucket size of `small_light_init_params`. Thanks @takano32. refs #65

* Adjust hash bucket size of `small_light_pattern_define`.

* 0.8.1 released

2016-07-11 Tatsuhiko Kubo <[email protected]>

* imagemagick, imlib2, gd: cropped the center of image when only `cw` and `ch` are given.
Expand Down

0 comments on commit ef016b0

Please sign in to comment.