update eastwood etc

This commit is contained in:
Sean Corfield 2021-08-30 18:47:10 -07:00
parent 9b018aa4ee
commit 17881ef2b4
3 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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\"]}"]}}}

View file

@ -25,6 +25,7 @@
<url>https://github.com/seancorfield/honeysql</url>
<connection>scm:git:git://github.com/seancorfield/honeysql.git</connection>
<developerConnection>scm:git:ssh://git@github.com/seancorfield/honeysql.git</developerConnection>
<tag>TAG</tag>
</scm>
<dependencies>
<dependency>