Skip to content

Commit c1b4de1

Browse files
committed
Update CHANGELOG
1 parent e4933c5 commit c1b4de1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

workspace/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
911
* Add `:affected_by` option for explicit project dependencies
1012

1113
Enables projects to declare dependencies on files outside their directory
@@ -37,6 +39,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3739
- Shared configuration files across multiple projects
3840
- Documentation changes that affect project builds
3941

42+
### Deprecated
43+
44+
* Add `--format` option to `workspace.list` with support for `json` and `pretty` output formats
45+
46+
The new `--format` option provides a more flexible way to control output format:
47+
- `--format json` outputs JSON data (replaces the deprecated `--json` flag)
48+
- `--format pretty` outputs human-readable format (default)
49+
50+
The `--json` option is now deprecated and will be removed in version 0.4.0.
51+
Use `--format json` with `--output` instead for the same functionality.
52+
4053
## [v0.2.2](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.2) (2025-07-10)
4154

4255
### Added

0 commit comments

Comments
 (0)