Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Jones committed Jan 17, 2020
1 parent d7aede4 commit 031c094
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.0.0] - 2020-01-17

### Added

Expand All @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed

- The `--project-config` option is now respected and the configuration file is loaded at the correct time.
- The merging of indexed based configuration items (like adding new table groups) is now fixed.

## [2.0.2] - 2018-09-08

Expand Down
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"name": "magedbm2.phar",
"sha1": "ab2d54aa810a12a1fe61b575ad67a6ad45fb65df",
"url": "https://github.com/space48/magedbm2/releases/download/3.0.0/magedbm2.phar",
"version": "3.0.0"
},
{
"name": "magedbm2.phar",
"sha1": "65960e29152d914ee3d04d80d4a3c1f33afecb21",
Expand Down
3 changes: 2 additions & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends \Symfony\Component\Console\Application
{

const APP_NAME = "magedbm2";
const APP_VERSION = "2.0.2";
const APP_VERSION = "3.0.0";

/** @var ClassLoader $autoloader */
protected $autoloader;
Expand All @@ -46,6 +46,7 @@ class Application extends \Symfony\Component\Console\Application
*/
private $container;


/**
* Application constructor.
* @param ClassLoader|null $autoloader
Expand Down

0 comments on commit 031c094

Please sign in to comment.