Skip to content

Commit 6981e43

Browse files
committed
Bump version to 0.6.0
1 parent 61dab2a commit 6981e43

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ 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-
_This changelog was created after v0.3.1. As a result, there may be slight inaccuracies with prior versions._
9-
108
Categories Used:
119

1210
- New Features - new features added to ouch itself, not CI
@@ -18,7 +16,14 @@ Categories Used:
1816

1917
**Bullet points in chronological order by PR**
2018

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

2328
### New Features
2429

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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 M. Bezerra <[email protected]>",
66
"Vinícius Rodrigues Miguel <[email protected]>",

0 commit comments

Comments
 (0)