Skip to content

Commit

Permalink
chore: bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Aug 5, 2024
1 parent 43c0911 commit 1aea503
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.16.0](https://github.com/gibfahn/up-rs/releases/tag/0.16.0) (2024-08-05)

### Bug Fixes
- opts: fix --log-level alias preserved for compatibility ([890423d](https://github.com/gibfahn/up-rs/commit/890423d9bacf3d8cc70449be87534ba60688b820))

### Features
- [**BREAKING**] run: stream single task stdout/err to console ([16682de](https://github.com/gibfahn/up-rs/commit/16682de96aedc99eca7276123e43c99ff8c02edc))
- run: nicer multi-task output ([50daa14](https://github.com/gibfahn/up-rs/commit/50daa14c0bb0e358231df5051371e1b1e62f96e2))
- schema: add subcommand to generate yaml schema ([558726f](https://github.com/gibfahn/up-rs/commit/558726fe4342f37258cfc425644834c6b41389dc))

### Refactor
- log: remove workaround for logging issue ([c3fd161](https://github.com/gibfahn/up-rs/commit/c3fd161638049661789d79f30c60afeb4d9c3847))
- task: sort lib matching ([3e4c250](https://github.com/gibfahn/up-rs/commit/3e4c250cdfc2de71a931bb5405c9b661b134c267))

## [0.15.2](https://github.com/gibfahn/up-rs/releases/tag/0.15.2) (2024-04-22)

### 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
Expand Up @@ -16,7 +16,7 @@ unsafe_code = "forbid"
# up-rs is the root package in this workspace.
[package]
name = "up-rs"
version = "0.15.2"
version = "0.16.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 1aea503

Please sign in to comment.