Skip to content

Commit dd27738

Browse files
committed
bump version
1 parent 368186c commit dd27738

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
8787

8888
## Changelog
8989

90+
- **1.2.0**
91+
- [Support sprockets-rails 3](https://github.com/sass/sassc-rails/pull/41)
92+
- [Only depend on Railties instead of full Rails](https://github.com/sass/sassc-rails/pull/52)
9093
- **1.1.0**
9194
- Moved under the official sass organization!
9295
- [Source line comments](https://github.com/sass/sassc-rails/pull/24) (`app.config.sass.line_comments`)

lib/sassc/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SassC
22
module Rails
3-
VERSION = "1.1.0"
3+
VERSION = "1.2.0"
44
end
55
end

0 commit comments

Comments
 (0)