Skip to content

Commit

Permalink
Cut version 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jul 5, 2016
1 parent c541b34 commit 1bc22eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# SCSS-Lint Changelog

## master (unreleased)
## 0.49.0

### New Features

* Increase minimum required `sass` gem version to 3.4.20+
* Fix `PropertySortOrder` `separate_groups` option to work for preset sort
orders
* Add `background-clip` and `clip` to `smacss` preset sort order
* Fix `TrailingZero` to report correct lint messages for values with multiple
trailing zeros
* Add `LengthVariable` linter for reporting when variables should be used
instead of literal lengths

### Changes

* Increase minimum required `sass` gem version to 3.4.20+
* Modify `Shorthand` linter to report lint if a shorthand of a length not
specified in the `allowed_shorthands` option is used
* Ignore SCSS functions in `NameFormat` linter
* Update default formatter to output column number in addition to line number
* Add `LengthVariable` linter for reporting when variables should be used
instead of literal lengths
* Wrap `@`-declaratives in backticks in lint messages

### Bug Fixes

* Fix `PropertySortOrder` `separate_groups` option to work for preset sort
orders
* Fix `TrailingZero` to report correct lint messages for values with multiple
trailing zeros

## 0.48.0

* Relax `rake` gem dependency to allow 11.x.x versions
Expand Down
2 changes: 1 addition & 1 deletion lib/scss_lint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module SCSSLint
VERSION = '0.48.0'.freeze
VERSION = '0.49.0'.freeze
end

0 comments on commit 1bc22eb

Please sign in to comment.