Skip to content

Commit d2228e9

Browse files
committed
Prepare 0.13.0 release
1 parent 1e1fa87 commit d2228e9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [0.13.0][0.13.0]
9+
10+
### Added
11+
12+
* Support the `copyartifact` builder (see https://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.copyartifact) ([#11](https://github.com/randycoulman/jujube/pull/11)) (@ktreis)
13+
814
## [0.12.0][0.12.0]
915

1016
### Added
@@ -79,7 +85,8 @@ adheres to [Semantic Versioning](http://semver.org/).
7985

8086
* Initial public release.
8187

82-
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.12.0...HEAD
88+
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.13.0...HEAD
89+
[0.13.0]: https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0
8390
[0.12.0]: https://github.com/randycoulman/jujube/compare/v0.11.0...v0.12.0
8491
[0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0
8592
[0.10.0]: https://github.com/randycoulman/jujube/compare/v0.9.0...v0.10.0

lib/jujube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Top-level namespace for the gem.
22
module Jujube
33
# The current gem version.
4-
VERSION = "0.12.0"
4+
VERSION = "0.13.0"
55
end

0 commit comments

Comments
 (0)