Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Dec 17, 2020
1 parent d8887e7 commit 7774cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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]

## [0.4.0] - 2020-12-17

### Changed
- Require PHP >=7.3 or >=8.0
- Upgrade php-cs-fixer dependency and fix-cs
Expand Down Expand Up @@ -37,5 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `SplFileObject::fputcsv`
- `SplFileObject::setCsvControl`

[unreleased]: https://github.com/ajgarlag/AjglCsvRfc/compare/0.2.0...master
[unreleased]: https://github.com/ajgarlag/AjglCsvRfc/compare/0.4.0...master
[0.4.0]: https://github.com/ajgarlag/AjglCsvRfc/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/ajgarlag/AjglCsvRfc/compare/0.2.0...0.3.0
[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 @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "0.5.x-dev"
}
}
}

0 comments on commit 7774cc3

Please sign in to comment.