Skip to content

Commit 8fad96e

Browse files
authored
Merge pull request #67 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 2.10.1
2 parents aafeafd + c3a15fc commit 8fad96e

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.0"
2+
".": "2.10.1"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.10.1](https://github.com/AppsGanin/rospanel/compare/v2.10.0...v2.10.1) (2026-08-24)
4+
5+
6+
### Bug Fixes
7+
8+
* count devices by HWID when HWID is what identifies them ([#66](https://github.com/AppsGanin/rospanel/issues/66)) ([38a51ea](https://github.com/AppsGanin/rospanel/commit/38a51ea0cd8014cc8f74934f1d9856bc841a327a))
9+
* forgive a network handover instead of giving up the device limit ([84afd47](https://github.com/AppsGanin/rospanel/commit/84afd476a07faefd459141f71fb99ef4f9b72d78))
10+
* wait out a network change before the device limit cuts anyone ([6fa0043](https://github.com/AppsGanin/rospanel/commit/6fa00438c696977a70f452d2b37815d345713446))
11+
12+
13+
### Performance Improvements
14+
15+
* count devices in one pass instead of once per connection row ([3674986](https://github.com/AppsGanin/rospanel/commit/3674986d7b619aa7c0a1212e02b7283207a95408))
16+
17+
18+
### Reverts
19+
20+
* drop the handover grace, it did not work and cost enforcement ([33f8745](https://github.com/AppsGanin/rospanel/commit/33f8745dda581c4870d16389d8aa1ed7248d74ff))
21+
322
## [2.10.0](https://github.com/AppsGanin/rospanel/compare/v2.9.1...v2.10.0) (2026-08-22)
423

524

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// Version is the current release, kept in sync automatically by release-please
55
// (via the extra-files entry in release-please-config.json). The trailing
66
// annotation comment is the marker release-please rewrites on each release.
7-
const Version = "2.10.0" // x-release-please-version
7+
const Version = "2.10.1" // x-release-please-version

0 commit comments

Comments
 (0)