Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 3120c85

Browse files
committed
Bump version to 0.1.4
1 parent 26c13ca commit 3120c85

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quicli"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Quickly build cool CLI apps in Rust."
55
authors = ["Pascal Hertleif <[email protected]>"]
66
readme = "Readme.md"

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [0.1.3] - 2018-02-01
9+
## [0.1.4] - 2018-02-09
10+
11+
### Changed
12+
13+
- Reverts "`main!` now uses the more permissive `std::result::Result` enum and `std::error::Error` trait." from 0.1.3 which broke existing code
14+
15+
## [0.1.3] - 2018-02-01 - Yanked!
1016

1117
### Changed
1218

0 commit comments

Comments
 (0)