knope 0.22.4

A command line tool for automating common development tasks
1
2
3
4
5
6
7
8
9
10
11
12
13
Would add the following to Cargo.toml: version = 1.1.0
Would add the following to CHANGELOG.md: 
## 1.1.0 ([DATE])

### Features

- New feature

Would add files to git:
  Cargo.toml
  CHANGELOG.md
Would run git commit -m "chore: Bump to 1.1.0"
Would create Git tag v1.1.0