Skip to content

Commit 027387d

Browse files
committed
Fix documentation
1 parent 53950a9 commit 027387d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.0.1 - 2017-05-29
8+
### Fixed
9+
10+
* Documentation example for `init`
11+
712
## 3.0.0 - 2017-05-28
813
### Changed
914

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slog-stdlog"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "`log` crate adapter for slog-rs"
66
keywords = ["slog", "logging", "json", "log"]

0 commit comments

Comments
 (0)