summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2018-01-05 11:09:13 +0100
committerCasey Rodarmor <casey@rodarmor.com>2018-01-05 11:09:13 +0100
commita0d3735a290b0932ba12d80fd6ab7039fbd74130 (patch)
treea31e6a1434ca24e095195093dfbda1db29be62eb
parent1d0aa178f7b62a063b9a8d53955444dc4325597c (diff)
Bump version: 0.3.5 -> 0.3.6v0.3.6
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b443cea2..b54f5db2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [0.3.6] - 2017-12-11
+### Fixed
+- Lex CRLF line endings properly (#292)
+
## [0.3.5] - 2017-12-11
### Added
- Align doc-comments in `--list` output (#273)
diff --git a/Cargo.lock b/Cargo.lock
index b159034c..a2205de6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,7 +106,7 @@ dependencies = [
[[package]]
name = "just"
-version = "0.3.5"
+version = "0.3.6"
dependencies = [
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index a096989d..480e46e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.3.5"
+version = "0.3.6"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"