Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions betocq/nearby_connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# BetoCQ test suite release history
## 2.6.2 (03/25/2026)
## Bug fixes
* Optimize error handling for AQT
Comment on lines +2 to +4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This changelog entry describes a bug fix ("Optimize error handling for AQT"), and the PR title mentions updating snippet APKs. However, the corresponding code changes for the fix and the APK updates are not included in this pull request. The PR is limited to updating the changelog and the project version.

This creates a discrepancy between the stated changes and the actual code, which can be misleading. Please either include the relevant code/file changes in this PR, or update the PR title and remove this changelog entry to accurately reflect the contents of this PR.


## 2.6.1 (03/03/2026)
## New
* Bump the minimum required Python version from 3.11 to 3.12
Expand Down
Binary file modified betocq/snippets/nearby_snippet.apk
Binary file not shown.
Binary file modified betocq/snippets/nearby_snippet_2.apk
Binary file not shown.
Binary file modified betocq/snippets/nearby_snippet_3p.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion build_config/nearby_connection/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "betocq"
version = "2.6.1"
version = "2.6.2"
description = "Better Together Connectivity Quality test suite."
readme = "README.md"
requires-python = ">=3.12"
Expand Down