Skip to content

Commit 4258b7a

Browse files
chore(graph-support): prepare for graph-support release 0.10.0.
1 parent ba204df commit 4258b7a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

graph-support/CHANGELOG.md

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

3+
# Version 0.10.0
4+
* Compiled against Kotlin 2.2 and Gradle 9.4.1.
5+
36
# Version 0.9.0
47
* [Feat]: add `Graphs.reversed()`.
58

graph-support/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("build-logic.lib.kotlin")
55
}
66

7-
version = "0.9.0"
7+
version = "0.10.0"
88

99
dagp {
1010
version(version)

0 commit comments

Comments
 (0)