Skip to content

Commit f67b750

Browse files
committed
bump to 0.1.1
1 parent 5b27c90 commit f67b750

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Diff for: CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
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).
6+
7+
## 0.1.1
8+
9+
### Features
10+
11+
* Specify a path to a changelog file in UpdateProjectFromCommits (closes #27) (#71)
12+
* Use special version bumping rules for versions that start with 0.x (closes #37) (#65)
713

814
## 0.1.0 - 2021-01-29
915

10-
- Initial release
16+
* Initial release

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dobby"
33
description = "A command line tool for automating common development tasks"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["Dylan Anthony <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)