bump version to 0.11.1
This commit is contained in:
parent
fa5789aa97
commit
78f482c9bb
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -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 |
|
||||
|---------|---------|-------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user