File tree Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ CSS::Sass (3.6.2)
2
+
3
+ Updating libsass to version 3.6.4
4
+ https://github.com/sass/libsass/releases/tag/3.6.4
5
+
6
+ * Bumped libsass version to latest 3.6 stable branch (3.6.4)
7
+ * CPAN release for 3.6.1 was skipped due to regressions
8
+ * GCC 4.4 support was removed for now (might not come back)
9
+
10
+ -- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 1 May 2020 13:46:07 +0100
11
+
1
12
CSS::Sass (3.6.1)
2
13
3
14
Updating libsass to version 3.6.3
@@ -8,6 +19,8 @@ CSS::Sass (3.6.1)
8
19
* Fixed issue with building plugins on Mac OSX (#41)
9
20
* Updated sass-spec and adjusted spec runner
10
21
22
+ -- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 4 Nov 2019 12:00:00 +0200
23
+
11
24
CSS::Sass (3.6.0)
12
25
13
26
First release with next major libsass version
Original file line number Diff line number Diff line change 68
68
"url" : " https://github.com/sass/perl-libsass"
69
69
}
70
70
},
71
- "version" : " v3.6.1 "
71
+ "version" : " v3.6.2 "
72
72
}
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ resources:
39
39
homepage : https://metacpan.org/release/CSS-Sass
40
40
license : http://opensource.org/licenses/MIT
41
41
repository : https://github.com/sass/perl-libsass
42
- version : v3.6.1
42
+ version : v3.6.2
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ our @EXPORT = qw(
69
69
SASS2SCSS_CONVERT_COMMENT
70
70
) ;
71
71
72
- our $VERSION = " 3.6.1 " ;
72
+ our $VERSION = " 3.6.2 " ;
73
73
74
74
require XSLoader;
75
75
XSLoader::load(' CSS::Sass' , $VERSION );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use warnings;
24
24
25
25
# ###############################################################################
26
26
package CSS::Sass::Plugins ;
27
- our $VERSION = " 3.6.1 " ;
27
+ our $VERSION = " 3.6.2 " ;
28
28
# ###############################################################################
29
29
# collect plugins
30
30
our %plugins ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ use CSS::Sass;
39
39
40
40
# ###############################################################################
41
41
package CSS::Sass::Value ;
42
- our $VERSION = " 3.6.1 " ;
42
+ our $VERSION = " 3.6.2 " ;
43
43
# ###############################################################################
44
44
use CSS::Sass qw( import_sv) ;
45
45
use CSS::Sass qw( sass_operation) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use CSS::Sass;
25
25
26
26
# ###############################################################################
27
27
package CSS::Sass::Watchdog ;
28
- our $VERSION = " 3.6.1 " ;
28
+ our $VERSION = " 3.6.2 " ;
29
29
# ###############################################################################
30
30
31
31
use Exporter ' import' ; # gives you Exporter's import() method directly
You can’t perform that action at this time.
0 commit comments