File tree Expand file tree Collapse file tree 7 files changed +22
-6
lines changed Expand file tree Collapse file tree 7 files changed +22
-6
lines changed Original file line number Diff line number Diff line change
1
+ CSS::Sass (3.4.12)
2
+
3
+ * Maintenance release (no libsass upgrade)
4
+ * Add unit tests for included plugins
5
+ * Changed plugin locations and auto loading
6
+ * Implement support for HRX spec tests
7
+ * Fix issue with newer ExtUtils::CppGuess
8
+ * Update ppport.h and adjust makefile
9
+ * Update sassc plugin to latest version
10
+ * Update img-size plugin to latest version
11
+ * Add loading of alternate spec output file names
12
+ * Fix spec test by trimming trailing white-space
13
+ * Add appveyor for windows/strawberry perl testing
14
+
15
+ -- Marcel Greter <
[email protected] > Thu, 10 Apr 2019 01:44:42 +0100
16
+
1
17
CSS::Sass (3.4.11)
2
18
3
19
* Bumped libsass version to latest 3.4 stable branch (3.4.9)
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.4.11 "
71
+ "version" : " v3.4.12 "
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.4.11
42
+ version : v3.4.12
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.4.11 " ;
72
+ our $VERSION = " 3.4.12 " ;
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.4.11 " ;
27
+ our $VERSION = " 3.4.12 " ;
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.4.11 " ;
42
+ our $VERSION = " 3.4.12 " ;
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.4.11 " ;
28
+ our $VERSION = " 3.4.12 " ;
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