Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jun 9, 2020
1 parent 1964f62 commit f2897e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.11.0 (2020-06-09)
---------------------------
Add Scala 2.13 support (#52)
Add SchemaList.until function (#53)
Bump iglu-core to 1.0.0 (#50)

Version 0.10.0 (2020-02-06)
---------------------------
Add data-flattening algorithm (#9)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Schema DDL itself does not provide any CLI and expose only Scala API.

## Quickstart

Schema DDL is compiled against Scala 2.11 and 2.12 and availble on Maven Central. In order to use it with SBT, include following module:
Schema DDL is compiled against Scala 2.12 and availble on Maven Central. In order to use it with SBT, include following module:

```scala
libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.10.0"
libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.11.0"
```


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = project.in(file("."))
.settings(
organization := "com.snowplowanalytics",
name := "schema-ddl",
version := "0.10.0",
version := "0.11.0",
description := "Set of Abstract Syntax Trees for various DDL and Schema formats",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.12.8", "2.13.2"),
Expand Down

0 comments on commit f2897e8

Please sign in to comment.