8000 Bump version and update changelog · sass/perl-libsass@18d7e40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18d7e40

Browse files
committed
Bump version and update changelog
1 parent 40a12b9 commit 18d7e40

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

Changes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
CSS::Sass (3.6.1)
213

314
Updating libsass to version 3.6.3
@@ -8,6 +19,8 @@ CSS::Sass (3.6.1)
819
* Fixed issue with building plugins on Mac OSX (#41)
920
* Updated sass-spec and adjusted spec runner
1021

22+
-- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 4 Nov 2019 12:00:00 +0200
23+
1124
CSS::Sass (3.6.0)
1225

1326
First release with next major libsass version

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.6.1"
71+
"version" : "v3.6.2"
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.6.1
42+
version: v3.6.2

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.6.1";
72+
our $VERSION = "3.6.2";
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.6.1";
27+
our $VERSION = "3.6.2";
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.6.1";
42+
our $VERSION = "3.6.2";
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.6.1";
28+
our $VERSION = "3.6.2";
2929
################################################################################
3030

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

0 commit comments

Comments
 (0)
0