Skip to content

Commit a6570db

Browse files
committed
chore: bump version to 0.14.1
1 parent cf4558d commit a6570db

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.14.1](https://github.com/gibfahn/up-rs/releases/tag/0.14.1) (2023-03-14)
9+
10+
### Bug Fixes
11+
- log: log to file at trace level by default ([a36fff4](https://github.com/gibfahn/up-rs/commit/a36fff4cc92630297913747b09cab61f53caea77))
12+
13+
### Documentation
14+
- defaults: fix typo in currentHost preference setting example ([7b0adfb](https://github.com/gibfahn/up-rs/commit/7b0adfb1c1dfda2d1edc9aaa08f15a20aa0b2e82))
15+
16+
### Features
17+
- tasks: allow providing a list of tasks to exclude ([cf4558d](https://github.com/gibfahn/up-rs/commit/cf4558d87b80e0fb4264d731be5dc32969160b9c))
18+
819
## [0.14.0](https://github.com/gibfahn/up-rs/releases/tag/0.14.0) (2023-03-13)
920

1021
### Bug Fixes

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 = "up-rs"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Gibson Fahnestock <gibfahn@gmail.com>"]
55
edition = '2021'
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)