Skip to content

Commit

Permalink
Release: 2.0.0.pre.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Aug 4, 2019
1 parent cd9709a commit 7a97cc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ rvm:
- 2.4
matrix:
include:
- rvm: 2.5
env: JEKYLL_VERSION=3.7.4
- rvm: 2.6
env: JEKYLL_VERSION=3.8.6
env:
matrix:
- JEKYLL_VERSION=3.8.5
- JEKYLL_VERSION=4.0.0.pre.alpha1
branches:
only:
- master
Expand Down
24 changes: 12 additions & 12 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## HEAD
## 2.0.0.pre.beta / 2019-08-04

### Major Enhancements

* Migrate to sassc gem (#75)
* Drop support for Ruby 2.3 (#90)

### Minor Enhancements

* Target Ruby 2.3 (#70)
* Memoize #jekyll_sass_configuration (#82)
* SyntaxError line and filename are set by SassC (#85)
* Generate Sass Sourcemaps (#79)
* Configure Sass to load from theme-gem if possible (#80)
* SyntaxError line and filename are set by SassC (#85)
* Memoize #jekyll_sass_configuration (#82)

### Development Fixes

* Add appveyor.yml (#76)
* Target Ruby 2.3 (#70)
* Lint with rubocop-jekyll (#73)
* Cache stateless regexes in class constants (#83)
* Clear out RuboCop TODO (#87)
* Drop support for Ruby 2.3 (#90)

### Major Enhancements

* Migrate to sassc gem ### -minor (#75)
* Generate Sass Sourcemaps (#79)
* Cache stateless regexes in class constants (#83)
* Add appveyor.yml (#76)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-sass-converter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllSassConverter
VERSION = "1.5.2"
VERSION = "2.0.0.pre.beta"
end

0 comments on commit 7a97cc1

Please sign in to comment.