Skip to content

Commit

Permalink
Prepare to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed May 31, 2021
1 parent 460d156 commit 7ca6358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [1.0.0]

Initial release! 🎉

[unreleased]: https://github.com/thephpleague/config/compare/1.0.0...main
[unreleased]: https://github.com/thephpleague/config/compare/v1.0.0...main
[1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "league/config",
"type": "library",
"description": "Define configuration arrays with strict schemas and access values with dot notation",
"keywords": ["configuration","config","schema","dot","dot-access"],
"keywords": ["configuration","config","schema","array","nested","dot","dot-access"],
"homepage": "https://config.thephpleague.com",
"license": "BSD-3-Clause",
"authors": [
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
"dev-main": "1.1-dev"
}
},
"config": {
Expand Down

0 comments on commit 7ca6358

Please sign in to comment.