This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Start work on 0.7.1
index-subcmd
Vincent Prouillet
5 years ago
parent
fb6f9295e3
commit
7a7241e793
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
CHANGELOG.md
+1
-1
Cargo.lock
+1
-1
Cargo.toml
+ 2
- 0
CHANGELOG.md
View File
@@ -1,5 +1,7 @@
# Changelog
## 0.7.1 (unreleased)
## 0.7.0 (2019-04-28)
### Breaking
+ 1
- 1
Cargo.lock
View File
@@ -3042,7 +3042,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.7.
0
"
version = "0.7.
1
"
dependencies = [
"actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ 1
- 1
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
name = "zola"
version = "0.7.
0
"
version = "0.7.
1
"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT"
readme = "README.md"
Write
Preview
Loading…
Cancel
Save