Skip to content

Commit 65885ea

Browse files
author
Honza Dvorsky
committed
blah
1 parent 42cef7f commit 65885ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22

3-
## [0.12.0](https://github.com/czechboy0/xcskarel/tree/0.12.0) (2015-09-03)
4-
[Full Changelog](https://github.com/czechboy0/xcskarel/compare/0.11.0...0.12.0)
3+
## [Unreleased](https://github.com/czechboy0/xcskarel/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/czechboy0/xcskarel/compare/0.11.0...HEAD)
56

67
**Merged pull requests:**
78

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
xcskarel (0.13.0)
4+
xcskarel (0.14.0)
55
colored (= 1.2)
66
commander (= 4.3.5)
77
excon (= 0.45.4)

fastlane/Fastfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ end
6060

6161
private_lane :changelog do
6262
# regenerate changelog
63-
ensure_git_status_clean
6463
sh "cd .. && github_changelog_generator -t $GITHUB_TOKEN"
6564

6665
# commit the changes

lib/xcskarel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module XCSKarel
2-
VERSION = '0.13.0'
2+
VERSION = '0.14.0'
33
end

0 commit comments

Comments
 (0)