Skip to content

Commit 399de4e

Browse files
authored
Merge pull request #42 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 2.0.0
2 parents 3de8b52 + 1b9b810 commit 399de4e

3 files changed

Lines changed: 13 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-
".": "1.5.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/AppsGanin/rospanel/compare/v1.5.0...v2.0.0) (2026-07-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **i18n:** response shapes that carried rendered Russian now carry dictionary keys, so anything reading them has to word them itself.
9+
10+
### Features
11+
12+
* **i18n:** Russian/English across the panel, bots, subscription page and CLI ([bfe6c88](https://github.com/AppsGanin/rospanel/commit/bfe6c8832fd04d5556279bd2e21783b045e27265))
13+
314
## [1.5.0](https://github.com/AppsGanin/rospanel/compare/v1.4.0...v1.5.0) (2026-07-26)
415

516

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

0 commit comments

Comments
 (0)