Skip to content

Commit

Permalink
Prepare for 0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and oguzhanunlu committed Oct 1, 2024
1 parent 052fba5 commit 6aa722d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```


Expand Down Expand Up @@ -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

0 comments on commit 6aa722d

Please sign in to comment.