Skip to content

Commit 95f47ca

Browse files
committed
update changelog ; release 2.1.0
1 parent 17d7e34 commit 95f47ca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
8585

8686
## Changelog
8787

88+
- **2.1.0**
89+
- [JRuby support](https://github.com/sass/sassc-rails/pull/113)
90+
- [SCSS / SASS scaffolding](https://github.com/sass/sassc-rails/pull/112)
8891
- **2.0.0**
8992
- [Drop support for Sprockets 2](https://github.com/sass/sassc-rails/pull/109)
9093
- [Remove dependency on Ruby Sass](https://github.com/sass/sassc-rails/pull/109)

lib/sassc/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SassC
44
module Rails
5-
VERSION = "2.0.0"
5+
VERSION = "2.1.0"
66
end
77
end

0 commit comments

Comments
 (0)