update eastwood etc
This commit is contained in:
parent
9b018aa4ee
commit
17881ef2b4
3 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
* 2.0.next in progress
|
||||||
|
* Clean up build/update deps.
|
||||||
|
|
||||||
* 2.0.783 -- 2021-08-15 (a.k.a "2.0 Gold")
|
* 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 #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.
|
* Fixes #340 by making the "hyphen to space" logic more general so _operators_ containing `-` should retain the hyphen without special cases.
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -24,5 +24,5 @@
|
||||||
:main-opts ["-m" "cljs-test-runner.main"]}
|
:main-opts ["-m" "cljs-test-runner.main"]}
|
||||||
:readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}}
|
:readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}}
|
||||||
:main-opts ["-m" "seancorfield.readme"]}
|
: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\"]}"]}}}
|
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}}}
|
||||||
|
|
|
||||||
1
pom.xml
1
pom.xml
|
|
@ -25,6 +25,7 @@
|
||||||
<url>https://github.com/seancorfield/honeysql</url>
|
<url>https://github.com/seancorfield/honeysql</url>
|
||||||
<connection>scm:git:git://github.com/seancorfield/honeysql.git</connection>
|
<connection>scm:git:git://github.com/seancorfield/honeysql.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/seancorfield/honeysql.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/seancorfield/honeysql.git</developerConnection>
|
||||||
|
<tag>TAG</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue