Skip to content

Commit 89aec26

Browse files
committed
Release v0.2.0
1 parent 1ad11d8 commit 89aec26

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v0.2.0
2+
- GitLab webhook support for public and private git repostories
3+
4+
# v0.1.0
5+
- Git support
6+
- Github webhook support for public and private git repostories
7+
- Email notification support
8+
- Configuration via Pipeline DSL (`project.pipe`) file
9+

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Features
2727
- Version controlled pipeline configuration
2828
- Support for public and private git repositories
2929
- hosted on [Github](http://github.com), triggered via [webhook][7]
30+
- hosted on [GitLab(.org/com)](http://gitlab.org), triggered via [webhook] as explained on [Web hooks] help page of your GitLab installation
3031

3132
Roadmap
3233
-------

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'distribution'
44

55
description = 'Pipeline --the Continuous Delivery (CD) tool, which we and all stakeholders of the CD pipeline love to use'
66
group = 'org.pipelinelabs.pipeline'
7-
version = '0.1.0'
7+
version = '0.2.0'
88

99
allprojects {
1010
repositories {

0 commit comments

Comments
 (0)