Skip to content

Commit

Permalink
__SEMANTIC RELEASE VERSION UPDATE__
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and Travis CI User committed Sep 5, 2019
1 parent 433df5d commit 6b77a7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v6.5.0
## 05 Sep 2019 — 18:45:38 UTC

### feat

+ __QueryBuilder:__ Add a performant clone method
([f1b367a](https://github.com/coldbox-modules/qb/commit/f1b367aca2912119ab98986d1e4716effd62b93e))

### fix

+ __Utils:__ Preserve column casing when removing columns
([433df5d](https://github.com/coldbox-modules/qb/commit/433df5dd4194a6832a135a1f5d68525fc02fd4d3))


# v6.4.1
## 04 Sep 2019 — 21:14:02 UTC

Expand Down
4 changes: 2 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name":"qb",
"version":"6.4.1",
"version":"6.5.0",
"author":"Eric Peterson",
"homepage":"https://github.com/coldbox-modules/qb",
"documentation":"https://github.com/coldbox-modules/qb",
"location":"coldbox-modules/qb#v6.4.1",
"location":"coldbox-modules/qb#v6.5.0",
"scripts":{
"generateAPIDocs":"rm docs --recurse --force && docbox generate mapping=qb excludes=test|ModuleConfig strategy-outputDir=docs strategy-projectTitle=qb",
"commitAPIDocs":"run-script generateAPIDocs && !git add docs/apidocs/* && !git commit -m 'Updated API Docs'",
Expand Down

0 comments on commit 6b77a7a

Please sign in to comment.