Skip to content

Commit

Permalink
Bump version to 3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Oct 16, 2017
1 parent ff9f1f4 commit 5488bbe
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
CSS::Sass (3.4.8)

* Added img-size plugin (https://github.com/mgreter/libsass-img-size)
* Fixed issue with plugins not finding shared libsass library (win/nix)
* Fixed issue with gcc 4.4 compatibility and plugin loading (cpan only)

-- Marcel Greter <[email protected]> Mon, 17 Oct 2017 00:05:03 +0200

CSS::Sass (3.4.7)

* Bumped libsass version to latest 3.4 stable branch (3.4.6)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"url" : "https://github.com/sass/perl-libsass"
}
},
"version" : "v3.4.7"
"version" : "v3.4.8"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ resources:
homepage: https://metacpan.org/release/CSS-Sass
license: http://opensource.org/licenses/MIT
repository: https://github.com/sass/perl-libsass
version: v3.4.7
version: v3.4.8
2 changes: 1 addition & 1 deletion lib/CSS/Sass.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ our @EXPORT = qw(
SASS2SCSS_CONVERT_COMMENT
);

our $VERSION = "3.4.7";
our $VERSION = "3.4.8";

require XSLoader;
XSLoader::load('CSS::Sass', $VERSION);
Expand Down
2 changes: 1 addition & 1 deletion lib/CSS/Sass/Plugins.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use warnings;

################################################################################
package CSS::Sass::Plugins;
our $VERSION = "3.4.7";
our $VERSION = "3.4.8";
################################################################################
# collect plugins
our %plugins;
Expand Down
2 changes: 1 addition & 1 deletion lib/CSS/Sass/Value.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use CSS::Sass;

################################################################################
package CSS::Sass::Value;
our $VERSION = "3.4.7";
our $VERSION = "3.4.8";
################################################################################
use CSS::Sass qw(import_sv);
use CSS::Sass qw(sass_operation);
Expand Down
2 changes: 1 addition & 1 deletion lib/CSS/Sass/Watchdog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use CSS::Sass;

################################################################################
package CSS::Sass::Watchdog;
our $VERSION = "3.4.7";
our $VERSION = "3.4.8";
################################################################################

use Exporter 'import'; # gives you Exporter's import() method directly
Expand Down

0 comments on commit 5488bbe

Please sign in to comment.