Skip to content

Commit 9a183d4

Browse files
chore(release): 0.1.8 [skip ci]
### [0.1.8](0.1.7...0.1.8) (2022-03-23) ### General maintenance * ignore node_modules ([9ceae26](9ceae26)) * **release:** correctly enable semantic commit conventions ([9dab9e9](9dab9e9)) ### Dependency updates * **deps:** update dependency @semantic-release/exec to v6.0.3 ([a653fdb](a653fdb)) * **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.5.2 ([96ba851](96ba851)) * **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.5.3 ([08f0d67](08f0d67)) * **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0 ([2a65473](2a65473)) * **deps:** update dependency com.google.guava:guava to v31.1-jre ([33443b5](33443b5)) * **deps:** update dependency gradle to v7.3.1 ([61f0a7f](61f0a7f)) * **deps:** update dependency gradle to v7.3.2 ([72a0b75](72a0b75)) * **deps:** update dependency gradle to v7.3.3 ([47b4423](47b4423)) * **deps:** update dependency gradle to v7.4 ([f68a953](f68a953)) * **deps:** update dependency gradle to v7.4.1 ([825784a](825784a)) * **deps:** update dependency node-fetch to 2.6.7 [security] ([3df04e2](3df04e2)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.1 ([fc5687d](fc5687d)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.3 ([4108720](4108720)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.4 ([0970f94](0970f94)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.5 ([2a1ca60](2a1ca60)) * **deps:** update node.js to 16.14 ([09443d4](09443d4)) * **deps:** update plugin java-qa to v0.13.0 ([abd821e](abd821e)) * **deps:** update plugin java-qa to v0.14.0 ([e2695c8](e2695c8)) * **deps:** update plugin java-qa to v0.15.0 ([2062366](2062366)) * **deps:** update plugin java-qa to v0.16.0 ([b04f435](b04f435)) * **deps:** update plugin java-qa to v0.18.0 ([7bd18c8](7bd18c8)) * **deps:** update plugin java-qa to v0.19.0 ([a8058b0](a8058b0)) * **deps:** update plugin java-qa to v0.20.0 ([7a7acda](7a7acda)) * **deps:** update plugin java-qa to v0.20.1 ([38f3a68](38f3a68)) * **deps:** update plugin java-qa to v0.21.0 ([620da9e](620da9e)) * **deps:** update plugin multijvmtesting to v0.3.1 ([a98ee84](a98ee84)) * **deps:** update plugin multijvmtesting to v0.3.2 ([fe7c6a7](fe7c6a7)) * **deps:** update plugin multijvmtesting to v0.3.3 ([79c1326](79c1326)) * **deps:** update plugin multijvmtesting to v0.3.4 ([dfef60d](dfef60d)) * **deps:** update plugin publishoncentral to v0.7.10 ([2391b28](2391b28)) * **deps:** update plugin publishoncentral to v0.7.11 ([a2b2995](a2b2995)) * **deps:** update plugin publishoncentral to v0.7.12 ([ac98fc8](ac98fc8)) * **deps:** update plugin publishoncentral to v0.7.13 ([f48a33d](f48a33d)) * **deps:** update plugin publishoncentral to v0.7.14 ([f73764b](f73764b)) * **deps:** update plugin publishoncentral to v0.7.7 ([c9c488e](c9c488e)) * **deps:** update plugin publishoncentral to v0.7.8 ([2c0d724](2c0d724)) * **deps:** update plugin publishoncentral to v0.7.9 ([1434d6a](1434d6a)) ### Build and continuous integration * **deps:** update actions/checkout action to v3 ([01324d4](01324d4)) * **deps:** update danysk/action-checkout action to v0.2.1 ([acd3a84](acd3a84)) * **deps:** update danysk/build-check-deploy-gradle-action action to v1.1.2 ([ee9075d](ee9075d)) * **deps:** update danysk/build-check-deploy-gradle-action action to v1.1.3 ([157335c](157335c)) * **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.0 ([b781c22](b781c22)) * **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.4 ([59bdee6](59bdee6)) * **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.6 ([863effe](863effe)) * **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.7 ([5007123](5007123)) * **release:** enable commit-analyzer ([d8a43aa](d8a43aa)) * **release:** inherit the configuration from the shared preset ([#134](#134)) ([42fa1b4](42fa1b4)) ### Performance improvements * replace LinkedList and Optionals with ArrayDeque and EnumMap ([#166](#166)) ([b265ca6](b265ca6))
1 parent b265ca6 commit 9a183d4

2 files changed

Lines changed: 72 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
### [0.1.8](https://github.com/DanySK/java-quadtree/compare/0.1.7...0.1.8) (2022-03-23)
2+
3+
4+
### General maintenance
5+
6+
* ignore node_modules ([9ceae26](https://github.com/DanySK/java-quadtree/commit/9ceae26254aac89ca1fed37696bdad091b6b0aa8))
7+
* **release:** correctly enable semantic commit conventions ([9dab9e9](https://github.com/DanySK/java-quadtree/commit/9dab9e96d8458016bf631d10992a49702d163daa))
8+
9+
10+
### Dependency updates
11+
12+
* **deps:** update dependency @semantic-release/exec to v6.0.3 ([a653fdb](https://github.com/DanySK/java-quadtree/commit/a653fdb1792323ed2c77e5af19ea5ae42da5411c))
13+
* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.5.2 ([96ba851](https://github.com/DanySK/java-quadtree/commit/96ba851d7cabee7b8f12162f17e2e09405a43e44))
14+
* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.5.3 ([08f0d67](https://github.com/DanySK/java-quadtree/commit/08f0d6798b94d767acdbacced73d7c2f29956358))
15+
* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0 ([2a65473](https://github.com/DanySK/java-quadtree/commit/2a65473b3dc696414fedbb6cfd9610c2faa2a6c7))
16+
* **deps:** update dependency com.google.guava:guava to v31.1-jre ([33443b5](https://github.com/DanySK/java-quadtree/commit/33443b50ef796dc7784df16426f34f7ace175bb1))
17+
* **deps:** update dependency gradle to v7.3.1 ([61f0a7f](https://github.com/DanySK/java-quadtree/commit/61f0a7fc68d92de3bfa9c303dab1d052d6237169))
18+
* **deps:** update dependency gradle to v7.3.2 ([72a0b75](https://github.com/DanySK/java-quadtree/commit/72a0b7561e7fa00c43526b3b1d2d39be4beadb2a))
19+
* **deps:** update dependency gradle to v7.3.3 ([47b4423](https://github.com/DanySK/java-quadtree/commit/47b44232cf3b7d22a044560acfef58a6da60553f))
20+
* **deps:** update dependency gradle to v7.4 ([f68a953](https://github.com/DanySK/java-quadtree/commit/f68a953013f29d9fb6d448e0a0abfcd00dd503a3))
21+
* **deps:** update dependency gradle to v7.4.1 ([825784a](https://github.com/DanySK/java-quadtree/commit/825784a0771cafd7fcb5ecd4f06ef80ba78d8f09))
22+
* **deps:** update dependency node-fetch to 2.6.7 [security] ([3df04e2](https://github.com/DanySK/java-quadtree/commit/3df04e206f93f5914526297b533f568a14f44122))
23+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.1 ([fc5687d](https://github.com/DanySK/java-quadtree/commit/fc5687d355d6ba8b974ff83ddad6180ec577f92a))
24+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.3 ([4108720](https://github.com/DanySK/java-quadtree/commit/410872048e5a70104983e25bf3353f7d224b55f7))
25+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.4 ([0970f94](https://github.com/DanySK/java-quadtree/commit/0970f9465da9d94773b82611e944b88cb52819aa))
26+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.5 ([2a1ca60](https://github.com/DanySK/java-quadtree/commit/2a1ca60466155e1c4982f6fc93d5ebdfd2b6221c))
27+
* **deps:** update node.js to 16.14 ([09443d4](https://github.com/DanySK/java-quadtree/commit/09443d4a8fcbd3000a499b2eb5917d9f2ec06506))
28+
* **deps:** update plugin java-qa to v0.13.0 ([abd821e](https://github.com/DanySK/java-quadtree/commit/abd821eae7baae2ec54d73a4317142bbce2e1acd))
29+
* **deps:** update plugin java-qa to v0.14.0 ([e2695c8](https://github.com/DanySK/java-quadtree/commit/e2695c8104c7fbbf9bc4a22d2c7a2b371e7354e5))
30+
* **deps:** update plugin java-qa to v0.15.0 ([2062366](https://github.com/DanySK/java-quadtree/commit/2062366a46d9216c1caad17cfe495d61aa7c79c6))
31+
* **deps:** update plugin java-qa to v0.16.0 ([b04f435](https://github.com/DanySK/java-quadtree/commit/b04f435f40c473e4f8c7f0104b8773082c36e7c3))
32+
* **deps:** update plugin java-qa to v0.18.0 ([7bd18c8](https://github.com/DanySK/java-quadtree/commit/7bd18c8b49718c6b606cac023c98b841c4e590df))
33+
* **deps:** update plugin java-qa to v0.19.0 ([a8058b0](https://github.com/DanySK/java-quadtree/commit/a8058b0bf91b97ec6a35fcae3374492b6f106cea))
34+
* **deps:** update plugin java-qa to v0.20.0 ([7a7acda](https://github.com/DanySK/java-quadtree/commit/7a7acda5add554c85ceeb3ae59951849ff5e2d70))
35+
* **deps:** update plugin java-qa to v0.20.1 ([38f3a68](https://github.com/DanySK/java-quadtree/commit/38f3a68504e920c60a82e2d1f320300c19ce3855))
36+
* **deps:** update plugin java-qa to v0.21.0 ([620da9e](https://github.com/DanySK/java-quadtree/commit/620da9e2f0c560909cf6ad906fd637c36839e9d0))
37+
* **deps:** update plugin multijvmtesting to v0.3.1 ([a98ee84](https://github.com/DanySK/java-quadtree/commit/a98ee84c6269c667bd61ea3723fa5220dec99b8e))
38+
* **deps:** update plugin multijvmtesting to v0.3.2 ([fe7c6a7](https://github.com/DanySK/java-quadtree/commit/fe7c6a703e6c37cf979ddea6da4782ba1fe43546))
39+
* **deps:** update plugin multijvmtesting to v0.3.3 ([79c1326](https://github.com/DanySK/java-quadtree/commit/79c1326d7879ddfb8421dfa2ac6a6f806001b572))
40+
* **deps:** update plugin multijvmtesting to v0.3.4 ([dfef60d](https://github.com/DanySK/java-quadtree/commit/dfef60dc5df293359a2528056f8e7e1d868d10cc))
41+
* **deps:** update plugin publishoncentral to v0.7.10 ([2391b28](https://github.com/DanySK/java-quadtree/commit/2391b2869f163fffedbc6c6386398b28261733a7))
42+
* **deps:** update plugin publishoncentral to v0.7.11 ([a2b2995](https://github.com/DanySK/java-quadtree/commit/a2b2995d91c9c634bd6929a8aa1bc9466069be13))
43+
* **deps:** update plugin publishoncentral to v0.7.12 ([ac98fc8](https://github.com/DanySK/java-quadtree/commit/ac98fc82a900bb96faf117404f9900689602083f))
44+
* **deps:** update plugin publishoncentral to v0.7.13 ([f48a33d](https://github.com/DanySK/java-quadtree/commit/f48a33d4a7bd92d1bd6fef8c53ebe9c5f9ae28d5))
45+
* **deps:** update plugin publishoncentral to v0.7.14 ([f73764b](https://github.com/DanySK/java-quadtree/commit/f73764b53e3ce1cacf5e3ddd743c5dd7bd1d9edf))
46+
* **deps:** update plugin publishoncentral to v0.7.7 ([c9c488e](https://github.com/DanySK/java-quadtree/commit/c9c488ea92df87c82d35d18abc70ad52554b2eff))
47+
* **deps:** update plugin publishoncentral to v0.7.8 ([2c0d724](https://github.com/DanySK/java-quadtree/commit/2c0d72413bf823dca06e98807f12119cc6b52272))
48+
* **deps:** update plugin publishoncentral to v0.7.9 ([1434d6a](https://github.com/DanySK/java-quadtree/commit/1434d6a2a71cbe45448f516b4dccc29e55a7ab47))
49+
50+
51+
### Build and continuous integration
52+
53+
* **deps:** update actions/checkout action to v3 ([01324d4](https://github.com/DanySK/java-quadtree/commit/01324d466c99f1f43bc5756f6781f110f869e989))
54+
* **deps:** update danysk/action-checkout action to v0.2.1 ([acd3a84](https://github.com/DanySK/java-quadtree/commit/acd3a844895090dce5e9e14e376bd1104c8afdf9))
55+
* **deps:** update danysk/build-check-deploy-gradle-action action to v1.1.2 ([ee9075d](https://github.com/DanySK/java-quadtree/commit/ee9075df2327f4368db3d130af155b19621f3fde))
56+
* **deps:** update danysk/build-check-deploy-gradle-action action to v1.1.3 ([157335c](https://github.com/DanySK/java-quadtree/commit/157335c491225c73d6d650cd98aab757306bb8fc))
57+
* **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.0 ([b781c22](https://github.com/DanySK/java-quadtree/commit/b781c22e5d366fe7b8f56ad75aadb1c41386ee63))
58+
* **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.4 ([59bdee6](https://github.com/DanySK/java-quadtree/commit/59bdee6c146c888aa6059fbaf10835ad86b44524))
59+
* **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.6 ([863effe](https://github.com/DanySK/java-quadtree/commit/863effe9d66634577f7e75e17e033428dad4c597))
60+
* **deps:** update danysk/build-check-deploy-gradle-action action to v1.2.7 ([5007123](https://github.com/DanySK/java-quadtree/commit/5007123dc4681f5fd81bf243072ee4d2d2a094bf))
61+
* **release:** enable commit-analyzer ([d8a43aa](https://github.com/DanySK/java-quadtree/commit/d8a43aa645662591df3baeb7b882c2d266b940a7))
62+
* **release:** inherit the configuration from the shared preset ([#134](https://github.com/DanySK/java-quadtree/issues/134)) ([42fa1b4](https://github.com/DanySK/java-quadtree/commit/42fa1b4dc0ae6fc889b6ba455a15e428b534db5a))
63+
64+
65+
### Performance improvements
66+
67+
* replace LinkedList and Optionals with ArrayDeque and EnumMap ([#166](https://github.com/DanySK/java-quadtree/issues/166)) ([b265ca6](https://github.com/DanySK/java-quadtree/commit/b265ca6cda1df41b95694ca065a2d127cc2b8c6e))
68+
169
## [0.1.7](https://github.com/DanySK/java-quadtree/compare/0.1.6...0.1.7) (2021-12-10)
270

371

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)