Skip to content

Commit b7b7c61

Browse files
committed
Bump version to 3.4.6
1 parent aa36d85 commit b7b7c61

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

Changes

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1+
CSS::Sass (3.4.6)
2+
3+
* Bumped libsass version to latest 3.4 stable branch (3.4.5)
4+
* Fix spec runner to recognize specific error-cases
5+
* Improve gcc compiler version detection
6+
7+
-- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 22 Mai 2017 21:58:11 +0100
8+
19
CSS::Sass (3.4.5)
210

311
* Bumped libsass version to latest 3.4 stable branch (3.4.4)
412
* Improve Makefile.PL to check gcc version (and other fixes)
513

6-
-- Marcel Greter <perl-libsass@ocbnet.ch> Tuw, 09 Apr 2017 01:16:37 +0100
14+
-- Marcel Greter <perl-libsass@ocbnet.ch> Sun, 09 Apr 2017 01:16:37 +0100
715

816
CSS::Sass (3.4.4)
917

1018
* Bumped libsass version to temporary 3.4 stable branch
1119
* Re-added gcc 4.4 compatibility for libsass (cpan release only)
1220

13-
-- Marcel Greter <perl-libsass@ocbnet.ch> Tuw, 07 Mar 2017 15:36:05 +0200
21+
-- Marcel Greter <perl-libsass@ocbnet.ch> Tue, 07 Mar 2017 15:36:05 +0200
1422

1523
CSS::Sass (3.4.3)
1624

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"url" : "https://github.com/sass/perl-libsass"
6969
}
7070
},
71-
"version" : "v3.4.5"
71+
"version" : "v3.4.6"
7272
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ resources:
3939
homepage: https://metacpan.org/release/CSS-Sass
4040
license: http://opensource.org/licenses/MIT
4141
repository: https://github.com/sass/perl-libsass
42-
version: v3.4.5
42+
version: v3.4.6

lib/CSS/Sass.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ our @EXPORT = qw(
6969
SASS2SCSS_CONVERT_COMMENT
7070
);
7171

72-
our $VERSION = "3.4.5";
72+
our $VERSION = "3.4.6";
7373

7474
require XSLoader;
7575
XSLoader::load('CSS::Sass', $VERSION);

lib/CSS/Sass/Plugins.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use warnings;
2424

2525
################################################################################
2626
package CSS::Sass::Plugins;
27-
our $VERSION = "3.4.5";
27+
our $VERSION = "3.4.6";
2828
################################################################################
2929
# collect plugins
3030
our %plugins;

lib/CSS/Sass/Value.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use CSS::Sass;
3939

4040
################################################################################
4141
package CSS::Sass::Value;
42-
our $VERSION = "3.4.5";
42+
our $VERSION = "3.4.6";
4343
################################################################################
4444
use CSS::Sass qw(import_sv);
4545
use CSS::Sass qw(sass_operation);

lib/CSS/Sass/Watchdog.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use CSS::Sass;
2525

2626
################################################################################
2727
package CSS::Sass::Watchdog;
28-
our $VERSION = "3.4.5";
28+
our $VERSION = "3.4.6";
2929
################################################################################
3030

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

t/sass-spec

Submodule sass-spec updated from f1a8f63 to a754b8a

0 commit comments

Comments
 (0)