Skip to content

Commit 7a97cc1

Browse files
committed
Release: 2.0.0.pre.beta
1 parent cd9709a commit 7a97cc1

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ rvm:
55
- 2.4
66
matrix:
77
include:
8-
- rvm: 2.5
9-
env: JEKYLL_VERSION=3.7.4
8+
- rvm: 2.6
9+
env: JEKYLL_VERSION=3.8.6
1010
env:
1111
matrix:
12-
- JEKYLL_VERSION=3.8.5
12+
- JEKYLL_VERSION=4.0.0.pre.alpha1
1313
branches:
1414
only:
1515
- master

History.markdown

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
## HEAD
1+
## 2.0.0.pre.beta / 2019-08-04
2+
3+
### Major Enhancements
4+
5+
* Migrate to sassc gem (#75)
6+
* Drop support for Ruby 2.3 (#90)
27

38
### Minor Enhancements
49

5-
* Target Ruby 2.3 (#70)
6-
* Memoize #jekyll_sass_configuration (#82)
7-
* SyntaxError line and filename are set by SassC (#85)
10+
* Generate Sass Sourcemaps (#79)
811
* Configure Sass to load from theme-gem if possible (#80)
12+
* SyntaxError line and filename are set by SassC (#85)
13+
* Memoize #jekyll_sass_configuration (#82)
914

1015
### Development Fixes
1116

12-
* Add appveyor.yml (#76)
17+
* Target Ruby 2.3 (#70)
1318
* Lint with rubocop-jekyll (#73)
14-
* Cache stateless regexes in class constants (#83)
1519
* Clear out RuboCop TODO (#87)
16-
* Drop support for Ruby 2.3 (#90)
17-
18-
### Major Enhancements
19-
20-
* Migrate to sassc gem ### -minor (#75)
21-
* Generate Sass Sourcemaps (#79)
20+
* Cache stateless regexes in class constants (#83)
21+
* Add appveyor.yml (#76)
2222

2323
### Bug Fixes
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllSassConverter
4-
VERSION = "1.5.2"
4+
VERSION = "2.0.0.pre.beta"
55
end

0 commit comments

Comments
 (0)