Skip to content

Commit

Permalink
Cut version 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Nov 5, 2017
1 parent cc101a6 commit cd75269
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SCSS-Lint Changelog

## master (unreleased)
## 0.56.0

* Add support for Sass 3.5. [Custom properties are not yet supported](https://github.com/brigade/scss-lint/pull/927).
* Modify all output formats to include a linter even for syntax or encoding errors
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.55.0'.freeze
VERSION = '0.56.0'.freeze
end
2 changes: 1 addition & 1 deletion scss_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.summary = 'SCSS lint tool'
s.description = 'Configurable tool for writing clean and consistent SCSS'
s.authors = ['Brigade Engineering', 'Shane da Silva']
s.email = ['eng@brigade.com', 'shane.dasilva@brigade.com']
s.email = ['eng@brigade.com', 'shane@dasilva.io']
s.homepage = SCSSLint::REPO_URL

s.require_paths = ['lib']
Expand Down

0 comments on commit cd75269

Please sign in to comment.