Update deps and changelog
This commit is contained in:
parent
2eaa791349
commit
457996046c
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.10.1 (unreleased)
|
## 0.10.1 (2020-03-12)
|
||||||
|
|
||||||
|
- Set user agent for HTTP requests
|
||||||
|
- Add nyx-bold highlight theme
|
||||||
|
- Add lyric and subtitles highlighting
|
||||||
|
- Enable strikethrough in markdown filter
|
||||||
|
|
||||||
## 0.10.0 (2020-02-17)
|
## 0.10.0 (2020-02-17)
|
||||||
|
|
||||||
|
|
952
Cargo.lock
generated
952
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tera = "1"
|
tera = "1"
|
||||||
base64 = "0.11"
|
base64 = "0.12"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
pulldown-cmark = "0.7"
|
pulldown-cmark = "0.7"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
|
|
Loading…
Reference in a new issue