Skip to content

Commit

Permalink
chore: bump version to 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Mar 6, 2023
1 parent 752e663 commit 723c8c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "up-rs"
version = "0.13.5"
version = "0.13.6"
authors = ["Gibson Fahnestock <[email protected]>"]
edition = '2021'
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 723c8c7

Please sign in to comment.