Skip to content

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohashi committed May 19, 2018
1 parent 5a1cd80 commit 46105ce
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.7.0
### Added
- Command `codelog bump [major|minor|patch]` that automatically sets the next version

### Fixed
- Typos on the method `maintain_versioning_of_existing_changelog?` name and printed message

---
## 0.6.0
### Added
- The `new` command receives a `NAME` parameter that will be converted to the unreleased file name
Expand Down
8 changes: 8 additions & 0 deletions changelogs/releases/0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 0.7.0
### Added
- Command `codelog bump [major|minor|patch]` that automatically sets the next version

### Fixed
- Typos on the method `maintain_versioning_of_existing_changelog?` name and printed message

---
5 changes: 0 additions & 5 deletions changelogs/unreleased/20180517112911530_change.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/codelog/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Codelog
VERSION = '0.6.0'.freeze
VERSION = '0.7.0'.freeze
end

0 comments on commit 46105ce

Please sign in to comment.