From 1f62788c6e2043cfcbf88bc0b2b57e69002f9393 Mon Sep 17 00:00:00 2001 From: Hunter Mellema <124718352+hpmellema@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:20:41 -0700 Subject: [PATCH] Bump version to 0.10.1 (#127) --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea88918..78b3328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Smithy Gradle Plugin Changelog +## 0.10.1 (2024-03-12) + +### Features +* Updated JAR plugin to add Smithy resources to compile classpath. ([#124](https://github.com/smithy-lang/smithy-gradle-plugin/pull/124)) + +### Bug Fixes +* Removed version check for smithy format task. ([#125](https://github.com/smithy-lang/smithy-gradle-plugin/pull/125)) + +### Documentation +* Updated description of Smithy init templates. ([#122](https://github.com/smithy-lang/smithy-gradle-plugin/pull/122)) + + ## 0.10.0 (2024-01-12) ### Features diff --git a/VERSION b/VERSION index 2774f85..5712157 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.10.1