Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

v2.0.1#52

Merged
alexsigaras merged 5 commits intomainfrom
develop
Jun 26, 2025
Merged

v2.0.1#52
alexsigaras merged 5 commits intomainfrom
develop

Conversation

@alexsigaras
Copy link
Copy Markdown
Member

This pull request updates the project version from 2.0.0 to 2.0.1 across documentation and code to reflect the latest release. The changes ensure consistency in versioning and clarify support for the new version.

Version update:

  • README.md: Updated the GitHub badge to display version 2.0.1 instead of 2.0.0.
  • SECURITY.md: Updated the version support table to mark v2.0.1 as supported and older versions as unsupported.
  • src/dashboard.py: Updated the version variable in the main function to 2.0.1.

dependabot bot and others added 5 commits June 26, 2025 10:01
Bumps the pip group with 3 updates in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3).


Updates `protobuf` from 5.28.3 to 5.29.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.28.3...v5.29.5)

Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

Updates `urllib3` from 2.2.3 to 2.5.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.5.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 5.29.5
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump the pip group across 1 directory with 3 updates
Bumps the pip group with 3 updates in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3).


Updates `protobuf` from 5.28.3 to 5.29.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.28.3...v5.29.5)

Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

Updates `urllib3` from 2.2.3 to 2.5.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.5.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 5.29.5
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump the pip group across 1 directory with 3 updates
@alexsigaras alexsigaras requested a review from Copilot June 26, 2025 10:08
@alexsigaras alexsigaras self-assigned this Jun 26, 2025
@alexsigaras alexsigaras merged commit 8e6863a into main Jun 26, 2025
4 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the project version from 2.0.0 to 2.0.1 across documentation and the main application code to reflect the latest release.

  • Bumps the GitHub badge in README.md to 2.0.1
  • Marks v2.0.1 as supported in SECURITY.md
  • Updates the version variable in src/dashboard.py to 2.0.1

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
README.md Updated GitHub badge version to 2.0.1
SECURITY.md Adjusted version support table for v2.0.1
src/dashboard.py Changed the hardcoded version to 2.0.1
Comments suppressed due to low confidence (1)

src/dashboard.py:50

  • [nitpick] Consider centralizing the version string (e.g., importing from package metadata or a single constants module) to reduce manual updates across multiple files.
    version = "2.0.1"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants