Skip to content

Commit 19fe619

Browse files
committed
Bump version from 0.15.1 => 0.15.2
1 parent 16cbb72 commit 19fe619

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [0.15.2] - 04/21/2020
4+
* Format code with cargo fmt nightly
5+
add raketask to check if all tests and clippy and fmt are correct
6+
* Fix tests: windows tests were broken
7+
since git did funny things with adding/removing CRLF endings
8+
now we construct the strings by hand
9+
* Add LineEnding option
10+
311
### [0.15.1] - 04/20/2020
412
* Squelsh warnings on windows build
513

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enforcer"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
authors = ["Oliver Mueller <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)