From 947a8b4d448525f15f5388136bda3ac7bffc46f3 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Sun, 10 Nov 2024 16:35:11 +0000 Subject: [PATCH] Release 0.7.0 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e478fcc..a242821 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ accidental upgrades. The version prior to this change was: `0.6.1`. Add the following dependency to your deps.edn file: - org.duct-framework/module.sql {:mvn/version "0.6.1"} + org.duct-framework/module.sql {:mvn/version "0.7.0"} Or to your Leiningen project file: - [org.duct-framework/module.sql "0.6.1"] + [org.duct-framework/module.sql "0.7.0"] ## Usage diff --git a/project.clj b/project.clj index fa0e92d..0f35549 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.sql "0.6.1" +(defproject org.duct-framework/module.sql "0.7.0" :description "Duct module for working with a SQL database" :url "https://github.com/duct-framework/module.sql" :license {:name "Eclipse Public License"