Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into misc/dwds-build-deps
  • Loading branch information
parlough committed Nov 7, 2025
commit 1684c4e5bea57056eb84095f138231bc07fbee44
6 changes: 5 additions & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 26.2.1-wip
## 26.2.2-wip

- Update `package:built_value` dependency constraint to `^8.11.2`.

## 26.2.1

- Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available.

## 26.2.0

- Add support for more service APIs over websocket connections when no Chrome Debugger is available.
Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 26.2.1-wip
version: 26.2.2-wip

description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.