Skip to content

Commit

Permalink
Revert version bump back to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanja-4732 committed Apr 5, 2021
1 parent 6a66a3b commit b2640aa
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 84 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ This changelog follows the patterns described here: <https://keepachangelog.com/

Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.

## 0.11.0
## 0.10.0

### added

- Closed [#158](https://github.com/thedodd/trunk/issues/158): Support for inlining SASS/SCSS after compilation using the new `data-inline` attribute

### fixed

- Fixed [#148](https://github.com/thedodd/trunk/issues/148): Any changes detected under a `.git` path are now being ignored by default.

## 0.10.0

### changed

- Completely removed `indicatif` from the code base, and now we are using the `tracing` crate. This has greatly simplified the code base. Only downside ... no more progress spinner. Per a fair bit of demand however, cargo output and output from other subprocess calls are now piped directly to stdout/stderr for better visibility into what is happening behind the scenes.

### fixed

- Fixed [#148](https://github.com/thedodd/trunk/issues/148): Any changes detected under a `.git` path are now being ignored by default.

## 0.9.2

### fixed
Expand Down
Loading

0 comments on commit b2640aa

Please sign in to comment.