diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fc00a..baecba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changes +* 2.0.next in progress + * Clean up build/update deps. + * 2.0.783 -- 2021-08-15 (a.k.a "2.0 Gold") * Fixes #344 by no longer dropping the qualifier on columns in a `SET` clause _for the `:mysql` dialect only_; the behavior is unchanged for all other dialects. * Fixes #340 by making the "hyphen to space" logic more general so _operators_ containing `-` should retain the hyphen without special cases. diff --git a/deps.edn b/deps.edn index e1e97de..6a06057 100644 --- a/deps.edn +++ b/deps.edn @@ -24,5 +24,5 @@ :main-opts ["-m" "cljs-test-runner.main"]} :readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}} :main-opts ["-m" "seancorfield.readme"]} - :eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.5.1"}} + :eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.9"}} :main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}}} diff --git a/pom.xml b/pom.xml index 06153d6..b97c457 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ https://github.com/seancorfield/honeysql scm:git:git://github.com/seancorfield/honeysql.git scm:git:ssh://git@github.com/seancorfield/honeysql.git + TAG