From 969c05bf25c47298bfbd696f3e52932cc5fd674f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:02:47 +0000 Subject: [PATCH] chore(main): release 0.8.52 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e86a06f3..5160f1af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.51" + ".": "0.8.52" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 156db4fa..d19c7d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > [CONTRIBUTING.md](CONTRIBUTING.md#commit-conventions)). The entries below this > note are preserved as the historical, manually-maintained record. +## [0.8.52](https://github.com/xlabtg/teleton-agent/compare/v0.8.51...v0.8.52) (2026-06-20) + + +### Bug Fixes + +* **agent:** восстановить GLM-5.1 после пустого stream ([b10d846](https://github.com/xlabtg/teleton-agent/commit/b10d84695f6006f21f2838f2e66d67f0896ffad3)) +* **agent:** восстановить NVIDIA GLM-5.1 после пустого stream ([b2256c0](https://github.com/xlabtg/teleton-agent/commit/b2256c028d441df9373e02cb89b92e01f84db836)) + ## [0.8.51](https://github.com/xlabtg/teleton-agent/compare/v0.8.50...v0.8.51) (2026-06-20) diff --git a/README.md b/README.md index 2981fd21..0a1838bd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ## Current Fork Status -Current fork version: `0.8.51`. +Current fork version: `0.8.52`. This README reflects the `xlabtg/teleton-agent` fork through merged PR [#480](https://github.com/xlabtg/teleton-agent/pull/480) / closed issue [#479](https://github.com/xlabtg/teleton-agent/issues/479). It was refreshed from the closed work history available at issue [#481](https://github.com/xlabtg/teleton-agent/issues/481): 236 closed issues and the 200 most recent merged pull requests as of the latest analyzed run. diff --git a/package-lock.json b/package-lock.json index ca172528..34e494bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "teleton", - "version": "0.8.51", + "version": "0.8.52", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "teleton", - "version": "0.8.51", + "version": "0.8.52", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 4cea1896..c6ef3dd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teleton", - "version": "0.8.51", + "version": "0.8.52", "workspaces": [ "packages/*" ],