File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.1
2
+
3
+ > Published 28 Aug 2025
4
+
5
+ ## Bug Fixes
6
+
7
+ Fixed iOS target publication
8
+
1
9
# 0.4.0
2
10
3
11
> Published 27 Aug 2025
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Please check the [libs.versions.toml](gradle/libs.versions.toml) to know more ab
77
77
78
78
```
79
79
dependencies {
80
- implementation("ai.koog:koog-agents:0.4.0 ")
80
+ implementation("ai.koog:koog-agents:0.4.1 ")
81
81
}
82
82
```
83
83
2. Make sure that you have `mavenCentral()` in the list of repositories.
@@ -87,7 +87,7 @@ Please check the [libs.versions.toml](gradle/libs.versions.toml) to know more ab
87
87
88
88
```
89
89
dependencies {
90
- implementation 'ai.koog:koog-agents:0.4.0 '
90
+ implementation 'ai.koog:koog-agents:0.4.1 '
91
91
}
92
92
```
93
93
2. Make sure that you have `mavenCentral()` in the list of repositories.
@@ -99,7 +99,7 @@ Please check the [libs.versions.toml](gradle/libs.versions.toml) to know more ab
99
99
<dependency>
100
100
<groupId>ai.koog</groupId>
101
101
<artifactId>koog-agents-jvm</artifactId>
102
- <version>0.4.0 </version>
102
+ <version>0.4.1 </version>
103
103
</dependency>
104
104
```
105
105
2. Make sure that you have `mavenCentral` in the list of repositories.
You can’t perform that action at this time.
0 commit comments