Skip to content

Commit e6bfde4

Browse files
committed
Bump version to 0.6.0
1 parent 4961a2c commit e6bfde4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/build-artifacts-and-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
${{ env.CARGO }} +stable test --profile fast --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS
137137
138138
- name: Build release artifacts (binary and completions)
139-
if: ${{ inputs.upload_artifacts }}
139+
if: ${{ inputs.artifact_upload_mode != 'none' }}
140140
run: |
141141
${{ env.CARGO }} +stable build --release --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS
142142
env:

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ Categories Used:
1818

1919
**Bullet points in chronological order by PR**
2020

21-
## [Unreleased](https://github.com/ouch-org/ouch/compare/0.5.1...HEAD)
21+
## [Unreleased](https://github.com/ouch-org/ouch/compare/0.6.0...HEAD)
22+
23+
### New Features
24+
### Improvements
25+
### Bug Fixes
26+
### Tweaks
27+
28+
## [0.6.0](https://github.com/ouch-org/ouch/compare/0.5.1...0.6.0)
2229

2330
### New Features
2431

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 = "ouch"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = [
55
"João Marcos <[email protected]>",
66
"Vinícius Rodrigues Miguel <[email protected]>",

0 commit comments

Comments
 (0)