Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
minimal stub, bumps.
  • Loading branch information
ktomk committed Apr 2, 2019
1 parent a6d6592 commit 72c5821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ All notable changes to Pipelines will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [unreleased]
## [0.0.18] - 2019-04-02
### Added
- Suggestion to install the PHP YAML extension
- Kept containers are automatically re-used if they still exist
- Support for pull request pipelines
### Changed
- Reduce artifact chunk size from fixed number 1792 to string
length based.
length based
### Fixed
- Patch fstat permission bits after PHP bug #77022 fix to restore
reproducible phar build
Expand Down
4 changes: 2 additions & 2 deletions lib/build/stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*
* pipelines - run bitbucket pipelines wherever they dock *
*
* Copyright 2017, 2018 Tom Klingenberg <[email protected]>
* Copyright 2017-2019 Tom Klingenberg <[email protected]>
*
* Licensed under GNU Affero General Public License v3.0 or later
*/
Expand All @@ -13,4 +13,4 @@

require 'phar://pipelines.phar/bin/pipelines';

__HALT_COMPILER(); ?>
__HALT_COMPILER();

0 comments on commit 72c5821

Please sign in to comment.