Skip to content

Commit

Permalink
Bump version to 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Apr 10, 2019
1 parent ef8851c commit b6f85ae
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
CSS::Sass (3.4.12)

* Maintenance release (no libsass upgrade)
* Add unit tests for included plugins
* Changed plugin locations and auto loading
* Implement support for HRX spec tests
* Fix issue with newer ExtUtils::CppGuess
* Update ppport.h and adjust makefile
* Update sassc plugin to latest version
* Update img-size plugin to latest version
* Add loading of alternate spec output file names
* Fix spec test by trimming trailing white-space
* Add appveyor for windows/strawberry perl testing

-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 10 Apr 2019 01:44:42 +0100

CSS::Sass (3.4.11)

* Bumped libsass version to latest 3.4 stable branch (3.4.9)
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.11"
"version" : "v3.4.12"
}
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.11
version: v3.4.12
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.11";
our $VERSION = "3.4.12";

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.11";
our $VERSION = "3.4.12";
################################################################################
# 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.11";
our $VERSION = "3.4.12";
################################################################################
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.11";
our $VERSION = "3.4.12";
################################################################################

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

0 comments on commit b6f85ae

Please sign in to comment.