From 414a2d76902b8653433154a1c7029b15768ed888 Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Wed, 8 May 2024 15:30:32 +0100 Subject: [PATCH] Prepare for 0.23.0 release --- CHANGELOG | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f5ed6dca..6af988d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 0.23.0 (2024-05-08) +--------------------------- +Vector instead of List for parquet types and values (#205) +Omit parquet field for a schema with no nested fields (#205) + Version 0.22.2 (2024-03-25) --------------------------- Upgrade dependencies diff --git a/README.md b/README.md index a7728dc0..50695502 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.19.3" +libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.23.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.17.0/com/snowplowanalytics/iglu/schemaddl/index.html +[api-reference]: https://snowplow.github.io/schema-ddl/0.23.0/com/snowplowanalytics/iglu/schemaddl/index.html [api-reference-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png