Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Mar 31, 2016
1 parent d8a9878 commit 0dfa4f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.3.0] - 2016-03-31

### Added
- Add `$environment` and `$context` variables
- Allow to inspect function arguments
Expand All @@ -19,5 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add `breakpoint` function


[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.2.0...master
[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.0...master
[0.3.0]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
"dev-master": "0.4.x-dev"
}
}
}

0 comments on commit 0dfa4f0

Please sign in to comment.