Skip to content

Commit ceb9575

Browse files
committed
update versions and changelog
1 parent 2379b8c commit ceb9575

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sre",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"description": "",
55
"author": "Alaa-eddine KADDOURI",
66
"license": "MIT",

packages/core/CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the SmythOS CORE Runtime Engine will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.5.60]
9+
10+
### Features
11+
12+
- Fixed memory leak in Agent context manager
13+
- Optimized performances and resolved a rare case causing CPU usage spikes
14+
815
## [v1.5.50]
916

1017
### Features

packages/sdk/CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the SmythOS SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2025-04-09
9+
10+
### Added
11+
12+
- **Planner Mode**: SDK Agents can use the Planner Mode, allowing them to plan their actions and tasks.
13+
This features allows turning any agent into a planner agent.
14+
815
## [1.0.4] - 2025-19-06
916

1017
### Added

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smythos/sdk",
3-
"version": "1.0.50",
3+
"version": "1.1.0",
44
"description": "SRE SDK",
55
"keywords": [
66
"smythos",

0 commit comments

Comments
 (0)