Skip to content

Commit

Permalink
chore: prepare release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty committed Sep 25, 2022
1 parent a8c86f5 commit dfa9f45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.6.2

### Features

- Allow running default workflows (those that would be created by`--generate`) with no `knope.toml` file. (#286)

## 0.6.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "knope"
description = "A command line tool for automating common development tasks"
version = "0.6.1"
version = "0.6.2"
authors = ["Dylan Anthony <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit dfa9f45

Please sign in to comment.