CHANGELOG.md in xcake-0.5.0 vs CHANGELOG.md in xcake-0.5.1

- old
+ new

@@ -1,4 +1,15 @@ +v0.5.1 +====== +- Tweaks DSL so it is easier to access the project properties via the `project` method. + +v0.5.0 +====== +- Introduces `xcake init` command to setup an example Cakefile for you. +- To turn a Cakefile into a project you now run `xcake bake`. +- Simplified DSL, you no longer have to declare the project. Check the documentation for details. +- Adds support for Claide and Xcake Plugins. + v0.4.8 ====== - The type property for a target now accepts a raw UTI. v0.4.7