Skip to content

Commit

Permalink
Bump version to 3.4.11
Browse files Browse the repository at this point in the history
- Bump LibSass to version 3.4.9
- Bump spec-tests to latest master
  • Loading branch information
mgreter committed Feb 5, 2018
1 parent b256d21 commit 9bce38b
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 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.11)

* Bumped libsass version to latest 3.4 stable branch (3.4.9)
* Improve spec-runner to normalize nth-child binomial spacing
* Fix sass operation overloads for inverted operands

-- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 05 Feb 2018 23:31:14 +0200

CSS::Sass (3.4.10)

* Bumped libsass version to latest 3.4 stable branch (3.4.8)
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.10"
"version" : "v3.4.11"
}
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.10
version: v3.4.11
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.10";
our $VERSION = "3.4.11";

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

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

0 comments on commit 9bce38b

Please sign in to comment.