Skip to content

Commit 090e413

Browse files
committed
bump version to 2.4.1
1 parent 7160c0f commit 090e413

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 2.4.1 - 2018-10-03
8+
9+
* disable support for i128/u128 types if rustc is old
10+
711
## 2.4.0 - 2018-09-19
812

913
* Implement Value for 128 bit integers

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"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
authors = ["Dawid Ciężarkiewicz <[email protected]>"]
55
description = "Structured, extensible, composable logging for Rust"
66
keywords = ["log", "logging", "structured", "hierarchical"]

0 commit comments

Comments
 (0)