From 02dd8b7cbf69759bd869981b504525456db6891d Mon Sep 17 00:00:00 2001 From: Sakib Hadziavdic Date: Wed, 4 Sep 2024 20:37:01 +0200 Subject: [PATCH] Release 0.6.1 --- DEV.md | 2 +- docs/src/utils/Consts.scala | 2 +- examples/cli/hello.sc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEV.md b/DEV.md index ca05b36..dd04211 100644 --- a/DEV.md +++ b/DEV.md @@ -19,7 +19,7 @@ git diff git commit -am "msg" -$VERSION="0.6.0" +$VERSION="0.6.1" git commit --allow-empty -am "Release $VERSION" git tag -a $VERSION -m "Release $VERSION" git push --atomic origin main $VERSION diff --git a/docs/src/utils/Consts.scala b/docs/src/utils/Consts.scala index be20f9a..e505dbf 100644 --- a/docs/src/utils/Consts.scala +++ b/docs/src/utils/Consts.scala @@ -6,7 +6,7 @@ object Consts: val ArtifactOrg = "ba.sake" val ArtifactName = "squery" - val ArtifactVersion = "0.6.0" + val ArtifactVersion = "0.6.1" val GhHandle = "sake92" val GhProjectName = "squery" diff --git a/examples/cli/hello.sc b/examples/cli/hello.sc index e52eb6f..4a93c20 100644 --- a/examples/cli/hello.sc +++ b/examples/cli/hello.sc @@ -1,5 +1,5 @@ //> using scala "3.3.1" -//> using dep "ba.sake::squery:0.6.0" +//> using dep "ba.sake::squery:0.6.1" //> using dep "com.h2database:h2:2.1.214" //> using dep "com.lihaoyi::pprint:0.9.0"