1
0
mirror of https://github.com/casey/just synced 2024-07-08 12:05:57 +00:00

Bump version: 0.3.5 -> 0.3.6 (#293)

This commit is contained in:
Casey Rodarmor 2018-01-05 11:11:10 +01:00 committed by GitHub
parent 1d0aa178f7
commit 337f8f882b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -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)

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"