From 723c8c7cb0dfce279e2b6f6b72e2b1fac402b3b9 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Mon, 6 Mar 2023 21:15:40 +0000 Subject: [PATCH] chore: bump version to 0.13.6 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b400193..7c9235a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.6](https://github.com/gibfahn/up-rs/releases/tag/0.13.6) (2023-03-06) + +### Bug Fixes +- help: enable help output wrapping based on terminal width ([d8626c6](https://github.com/gibfahn/up-rs/commit/d8626c67b342666da3eea4a94caaab71389cff60)) + +### Refactor +- [**BREAKING**] remove CI feature, improve release script ([f444293](https://github.com/gibfahn/up-rs/commit/f44429336ed8f416c7b110d24f31feec6b2a1578)) +- [**BREAKING**] drop support for non-UTF-8 paths ([5116250](https://github.com/gibfahn/up-rs/commit/51162500aa2e1a7fc532dfad1658a1e222227e13)) +- use duct for executing commands ([3e5987e](https://github.com/gibfahn/up-rs/commit/3e5987eb7a91cd418c5ea517bf107d0363eafec0)) + ## [0.13.5](https://github.com/gibfahn/up-rs/releases/tag/0.13.5) (2023-03-02) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 47774f3..96479d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2043,7 +2043,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "up-rs" -version = "0.13.5" +version = "0.13.6" dependencies = [ "assert_cmd", "camino", diff --git a/Cargo.toml b/Cargo.toml index 88e0f1c..81c91b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "up-rs" -version = "0.13.5" +version = "0.13.6" authors = ["Gibson Fahnestock "] edition = '2021' license = "MIT OR Apache-2.0"