Skip to content

Commit

Permalink
Prepare for 0.19.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and oguzhanunlu committed Jun 21, 2023
1 parent 0b7932a commit b0508e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.19.3 (2023-06-21)
---------------------------
Remove unreachable block
Allow type narrowing from VARCHAR to other types in redshift (#184)
Fix CI (#178)
Remove redundant Product type from redshift (#181)

Version 0.19.2 (2023-06-07)
---------------------------
Allow numeric type narrowing in redshift (#179)
Expand Down
2 changes: 1 addition & 1 deletion 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.19.1"
libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.19.3"
```


Expand Down

0 comments on commit b0508e3

Please sign in to comment.