bump version to 0.11.1

This commit is contained in:
Connor Skees 2022-09-02 16:22:15 -04:00
parent fa5789aa97
commit 78f482c9bb
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.11.1
- fix load path bug in which paths were searched for relative to the SCSS file, not the executable (#57)
# 0.11.0
- `fs` option added to allow interception and reimplementation of all file system operations (such as imports)

View File

@ -1,6 +1,6 @@
[package]
name = "grass"
version = "0.11.0"
version = "0.11.1"
description = "A near-feature-complete Sass compiler written purely in Rust"
readme = "README.md"
license = "MIT"

View File

@ -1,7 +1,7 @@
/*! # grass
An implementation of Sass in pure rust.
Spec progress as of 0.11.0, released on 2022-04-03:
Spec progress as of 0.11.1, released on 2022-09-02:
| Passing | Failing | Total |
|---------|---------|-------|