Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Apr 8, 2016
1 parent 22f5c80 commit 483ef1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [Unreleased]

## [0.2.0] - 2016-04-08
### Added
- New `Ajgl\Csv\Rfc\CsvRfcUtils::fixEnclosureEscape` method
- New stream filter `Ajgl\Csv\Rfc\CsvRfcWriteStreamFilter`
Expand All @@ -23,4 +25,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `SplFileObject::fputcsv`
- `SplFileObject::setCsvControl`

[unreleased]: https://github.com/ajgarlag/AjglCsvRfc/compare/0.1.0...master
[unreleased]: https://github.com/ajgarlag/AjglCsvRfc/compare/0.2.0...master
[0.2.0]: https://github.com/ajgarlag/AjglCsvRfc/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 @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"dev-master": "0.3.x-dev"
}
}
}

0 comments on commit 483ef1c

Please sign in to comment.