From 4d7c8946178a256f75cf52a100b9afb93091d038 Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Tue, 4 Apr 2017 23:49:58 +0200 Subject: [PATCH] 0.1.3 release --- CHANGELOG.md | 5 ++++- bin/forge | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec22517..cfe20b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.1.3] - 2017-04-04 ### Added - `install:service` command - `uninstall:service` command @@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `update:site` command - `delete:site` command -[Unreleased]: https://github.com/svenluijten/forge-cli/compare/0.1.2...HEAD +[Unreleased]: https://github.com/svenluijten/forge-cli/compare/0.1.3...HEAD +[0.1.3]: https://github.com/svenluijten/forge-cli/compare/0.1.2...0.1.3 [0.1.2]: https://github.com/svenluijten/forge-cli/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/svenluijten/forge-cli/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/svenluijten/forge-cli/releases/0.1.0 diff --git a/bin/forge b/bin/forge index 1a32b08..d0d65a0 100644 --- a/bin/forge +++ b/bin/forge @@ -15,7 +15,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) { require __DIR__.'/../vendor/autoload.php'; } -$app = new Symfony\Component\Console\Application('Forge CLI', '0.1.2'); +$app = new Symfony\Component\Console\Application('Forge CLI', '0.1.3'); // Server-related commands $app->addCommands([