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
Get ready for 0.1.3 release
index-subcmd
Vincent Prouillet
7 years ago
parent
0d69fd33dd
commit
f5e1b0c170
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CHANGELOG.md
+1
-1
Cargo.lock
+1
-1
Cargo.toml
+ 1
- 1
CHANGELOG.md
View File
@@ -1,6 +1,6 @@
# Changelog
## 0.1.3 (
unreleased
)
## 0.1.3 (
2017-08-31
)
- Add themes support
+ 1
- 1
Cargo.lock
View File
@@ -384,7 +384,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "gutenberg"
version = "0.1.
2
"
version = "0.1.
3
"
dependencies = [
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ 1
- 1
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.1.
2
"
version = "0.1.
3
"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"
Write
Preview
Loading…
Cancel
Save