Skip to content

Commit

Permalink
Prepare to release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 9, 2024
1 parent 461a6bf commit 88f8c6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [3.0.0] - 2024-02-09

You should not notice any breaking changes in this release unless you were using named parameters, or ignoring argument types defined in docblocks.

### Changed
- Renamed function parameters to match `json_decode()`'s signature
- `$source` is now `$json`
Expand Down Expand Up @@ -89,7 +93,8 @@ This release contains massive performance improvements of 98% or more, especiall
### Added
- Initial commit

[unreleased]: https://github.com/colinodell/json5/compare/v2.3.0...HEAD
[unreleased]: https://github.com/colinodell/json5/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/colinodell/json5/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/colinodell/json5/compare/v2.2.2...v2.3.0
[2.2.2]: https://github.com/colinodell/json5/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/colinodell/json5/compare/v2.2.0...v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "4.0-dev"
}
},
"config": {
Expand Down

0 comments on commit 88f8c6b

Please sign in to comment.