Skip to content

Commit dcd9677

Browse files
committed
Bump version 0.8.0
1 parent b61660d commit dcd9677

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## 0.8.0
7+
### Added
8+
- Preview option for changelogs on the `release` and `bump` command
9+
10+
### Fixed
11+
- Test file (`version_spec`), previously, this test would fail if you run it alone
12+
13+
---
614
## 0.7.0
715
### Added
816
- Command `codelog bump [major|minor|patch]` that automatically sets the next version

changelogs/releases/0.8.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.8.0
2+
### Added
3+
- Preview option for changelogs on the `release` and `bump` command
4+
5+
### Fixed
6+
- Test file (`version_spec`), previously, this test would fail if you run it alone
7+
8+
---

changelogs/unreleased/20180522164950110_change.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/codelog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Codelog
2-
VERSION = '0.7.0'.freeze
2+
VERSION = '0.8.0'.freeze
33
end

0 commit comments

Comments
 (0)