From 6aa722d8d039e2f52298ee1b0ac3f482867e079f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:27:21 +0000 Subject: [PATCH] Prepare for 0.25.0 release --- CHANGELOG | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fa187f92..4c31d938 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.25.0 (2024-10-01) +--------------------------- +Prepend underscore for parquet fields starting with number + Version 0.24.0 (2024-08-02) --------------------------- Limit JSON depth of the schema in the validateSchema (#207) diff --git a/README.md b/README.md index 95f2b4c7..a348f734 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Schema DDL itself does not provide any CLI and expose only Scala API. Schema DDL is compiled against Scala 2.12 and 2.13 and available on Maven Central. In order to use it with SBT, include following module: ```scala -libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.24.0" +libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.25.0" ``` @@ -64,5 +64,5 @@ limitations under the License. [contributing]: https://docs.snowplow.io/docs/contributing/ [contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png -[api-reference]: https://snowplow.github.io/schema-ddl/0.24.0/com/snowplowanalytics/iglu/schemaddl/index.html +[api-reference]: https://snowplow.github.io/schema-ddl/0.25.0/com/snowplowanalytics/iglu/schemaddl/index.html [api-reference-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png