Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Jun 27, 2024
1 parent 0d39f44 commit 6bb4fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Yet another database client for Scala. No dependencies, high productivity.
## Installing

```
"com.augustnagro" %% "magnum" % "1.2.0"
"com.augustnagro" %% "magnum" % "1.2.1"
```

Magnum requires Scala >= 3.3.0
Expand Down Expand Up @@ -465,7 +465,7 @@ This feature should be used sparingly and never with untrusted input.
The Postgres Module adds support for [Geometric Types](https://www.postgresql.org/docs/current/datatype-geometric.html) and [Arrays](https://www.postgresql.org/docs/current/arrays.html). Postgres Arrays can be decoded into Scala List/Vector/IArray, etc; multi-dimensionality is also supported.

```
"com.augustnagro" %% "magnumpg" % "1.2.0"
"com.augustnagro" %% "magnumpg" % "1.2.1"
```

Example: Insert into a table with a `point[]` type column.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / organization := "com.augustnagro"
ThisBuild / version := "1.2.1-SNAPSHOT"
ThisBuild / version := "1.2.1"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalacOptions ++= Seq("-deprecation")
Expand Down

0 comments on commit 6bb4fb4

Please sign in to comment.