From 19b08957aa7553b43e6a5acaf80c40bf40211413 Mon Sep 17 00:00:00 2001 From: Andrew Lord Date: Mon, 6 May 2024 16:04:26 +0100 Subject: [PATCH] Update CHANGELOG for v0.10.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f7265..bcd56b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Un-released changes (master) +## v0.10.0 + +* Stream output as a Sequence [PR #239](https://github.com/lordcodes/turtle/pull/239). * Now using [kotlinter](https://github.com/jeremymailen/kotlinter-gradle) for formatting and linting Kotlin. * Gradle 8.7. * JDK 17 and Kotlin JVM Target 17. @@ -9,8 +12,8 @@ ## v0.9.0 -* Multi-platform open command. [PR #115](https://github.com/lordcodes/turtle/pull/119) -* Handle different platforms for File Commands. [PR #213](https://github.com/lordcodes/turtle/pull/213) +* Multi-platform open command. [PR #115](https://github.com/lordcodes/turtle/pull/119). +* Handle different platforms for File Commands. [PR #213](https://github.com/lordcodes/turtle/pull/213). * Kotlin 1.9.20, latest Gradle, targeting Kotlin language version 11 and many dependency updates. ## v0.8.0