Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jul 29, 2020
1 parent b9296f7 commit b4c5e9a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 38 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.12.0 (unreleased)

### Breaking

- All paths (except colocated assets) now have a leading `/`

### Other

- Add 2 syntax highlighting themes: `green` and `railsbase16-green-screen-dark`
- Enable task lists in Markdown
- Add support for SVG in `get_image_metadata`
Expand All @@ -11,6 +17,7 @@
- Make search index generation configurable, see docs for examples
- Fix Sass trying to load folders starting with `_`, causing issues with frameworks
- Update livereload.js version
- Add Markdown-outputting shortcodes

## 0.11.0 (2020-05-25)

Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/link_checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ default-features = false
features = ["blocking", "rustls-tls"]

[dev-dependencies]
mockito = "0.26"
mockito = "0.27"
2 changes: 1 addition & 1 deletion components/templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ default-features = false
features = ["blocking", "rustls-tls"]

[dev-dependencies]
mockito = "0.26"
mockito = "0.27"

0 comments on commit b4c5e9a

Please sign in to comment.