Skip to content

Commit fef5247

Browse files
authored
Merge pull request #11 from Mathison-AG/release-please--branches--main--components--mathison
chore(main): release mathison 0.1.11
2 parents d8d11b1 + 2218c48 commit fef5247

4 files changed

Lines changed: 12 additions & 4 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.1.10"
2+
".": "0.1.11"
33
}

CHANGELOG.md

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

3+
## [0.1.11](https://github.com/Mathison-AG/mathison/compare/mathison-v0.1.10...mathison-v0.1.11) (2026-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* add roadmap logic to agent dev ([8459bae](https://github.com/Mathison-AG/mathison/commit/8459baee217e64b27bb51189f7a350c3131c7d84))
9+
* openclaw settings ([d8d11b1](https://github.com/Mathison-AG/mathison/commit/d8d11b176fd2202c480ee300f61d9b5f83f9ae8a))
10+
311
## [0.1.10](https://github.com/Mathison-AG/mathison/compare/mathison-v0.1.9...mathison-v0.1.10) (2026-02-21)
412

513

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mathison
33
description: AI-first Kubernetes platform — deploy and manage apps through an AI chat agent
44
type: application
5-
version: 0.1.10
6-
appVersion: 0.1.10
5+
version: 0.1.11
6+
appVersion: 0.1.11
77
home: https://github.com/Mathison-AG/mathison
88
keywords:
99
- kubernetes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathison",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)