Skip to content

Commit 6dbf084

Browse files
[create-pull-request] automated change (#4)
Co-authored-by: kgrubb <8471701+kgrubb@users.noreply.github.com>
1 parent b73c7b0 commit 6dbf084

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
## [v0.1.1] - 2026-04-27
2+
3+
### Performance
4+
5+
- Reduce idle CPU/memory with lazy loading (#3)
6+
7+
[v0.1.0..v0.1.1](https://github.com/elastiflow/kaytoo/compare/v0.1.0...v0.1.1)
8+
9+
10+
111
# Changelog

helm/kaytoo/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ apiVersion: v2
22
name: kaytoo
33
description: Kaytoo - Slack + OpenSearch insight bot
44
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
7-
5+
version: 0.1.1
6+
appVersion: "0.1.1"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kaytoo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "ElastiFlow flow-index chat agent with scheduled insights",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)