Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdissel committed Oct 27, 2013
1 parent 1ad11d8 commit 89aec26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v0.2.0
- GitLab webhook support for public and private git repostories

# v0.1.0
- Git support
- Github webhook support for public and private git repostories
- Email notification support
- Configuration via Pipeline DSL (`project.pipe`) file

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Features
- Version controlled pipeline configuration
- Support for public and private git repositories
- hosted on [Github](http://github.com), triggered via [webhook][7]
- hosted on [GitLab(.org/com)](http://gitlab.org), triggered via [webhook] as explained on [Web hooks] help page of your GitLab installation

Roadmap
-------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'distribution'

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

allprojects {
repositories {
Expand Down

0 comments on commit 89aec26

Please sign in to comment.