Skip to content

Commit cff8908

Browse files
committed
chore: prepare release 2.0.0
1 parent 767bc38 commit cff8908

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.0 - 2023-04-24
9+
10+
### Added
11+
12+
- You may use `devtools` as a Composer `extra` property name, instead of `ramsey/devtools`
13+
14+
- Allow changing the Composer `extra` property name if developing your own devtools on top of this package
15+
16+
### Changed
17+
18+
- Bump minimum supported version of PHP to 8.1
19+
20+
- Migrate all commands to Symfony console commands
21+
22+
- Wrap commands with `ComposerCommand` as a proxy, when running as a Composer plugin
23+
24+
- Enable `bin/devtools` for standalone CLI use
25+
26+
### Deprecated
27+
28+
- Nothing.
29+
30+
### Removed
31+
32+
- Remove deprecated `captainhook:install` command
33+
34+
- Remove deprecated `pre-commit` command
35+
36+
### Fixed
37+
38+
- Nothing.
39+
840
## 1.4.0 - 2022-01-27
941

1042
### Added

0 commit comments

Comments
 (0)