diff --git a/CHANGELOG-0.0.10.md b/CHANGELOG-0.0.10.md deleted file mode 100644 index f135a1d..0000000 --- a/CHANGELOG-0.0.10.md +++ /dev/null @@ -1,5 +0,0 @@ -# BC Breaks - -# Deprecations - - * Method `mount` will be replaced by method `addMount` in the future diff --git a/CHANGELOG-0.0.4.md b/CHANGELOG-0.0.4.md deleted file mode 100644 index 1e6c826..0000000 --- a/CHANGELOG-0.0.4.md +++ /dev/null @@ -1,4 +0,0 @@ -# BC Breaks - -* Build will returns the dpkg command instead print it to the user -* Removed internal autoloader -> use composer as a default diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ba61e8c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# 0.0.13 + +## BC Breaks + + * The packager will throws a RuntimeException if the output folder already + exists and it is not empty. + +# 0.0.10 + +## BC Breaks + +## Deprecations + + * Method `mount` will be replaced by method `addMount` in the future + +# 0.0.4 + +## BC Breaks + +* Build will returns the dpkg command instead print it to the user +* Removed internal autoloader -> use composer as a default +