Skip to content

Commit d8d2d59

Browse files
authored
Merge pull request #26 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 0.14.0
2 parents be939a5 + 575b530 commit d8d2d59

3 files changed

Lines changed: 15 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-
".": "0.13.0"
2+
".": "0.14.0"
33
}

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/AppsGanin/rospanel/compare/v0.13.0...v0.14.0) (2026-07-12)
4+
5+
6+
### Features
7+
8+
* **admins:** multiple admins with roles and an admin audit trail ([3ac3c84](https://github.com/AppsGanin/rospanel/commit/3ac3c8408e7308b0838cd99f9e2fd6556208d813))
9+
* **admins:** multiple admins with roles and an admin audit trail ([35c18ba](https://github.com/AppsGanin/rospanel/commit/35c18ba19a93fec532596514d830335b5a7c1277))
10+
11+
12+
### Bug Fixes
13+
14+
* **ui:** stop the version badge overlapping the panel name in the header ([347710a](https://github.com/AppsGanin/rospanel/commit/347710acebdc06687fccc0bf59998a85dd4ece97))
15+
316
## [0.13.0](https://github.com/AppsGanin/rospanel/compare/v0.12.0...v0.13.0) (2026-07-11)
417

518

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 = "0.13.0" // x-release-please-version
7+
const Version = "0.14.0" // x-release-please-version

0 commit comments

Comments
 (0)