Skip to content

Commit f985e68

Browse files
Merge pull request #94 from neo4j/release/v0.4.0
Release v0.4.0
2 parents 8151baa + 99091f5 commit f985e68

5 files changed

Lines changed: 13 additions & 9 deletions

File tree

.changes/unreleased/Minor-20251111-171509.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Patch-20251031-145639.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Patch-20251111-112806.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.4.0 - 2025-11-14
2+
### Minor
3+
* Added opt-out telemetry to collect anonymous usage data for product improvement.
4+
### Patch
5+
* Reduced the `get-schema` output footprint by removing the empty and unused `labels` JSON entry.
6+
* Adds a help command available using -h or --help.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v0.4.0 - 2025-11-14
10+
### Minor
11+
* Added opt-out telemetry to collect anonymous usage data for product improvement.
12+
### Patch
13+
* Reduced the `get-schema` output footprint by removing the empty and unused `labels` JSON entry.
14+
* Adds a help command available using -h or --help.
15+
916
## v0.3.1 - 2025-10-24
1017
### Patch
1118
* Add NEO4J_READ_ONLY env var to enable read-only mode. When enabled, only tools annotated as read-only are registered.

0 commit comments

Comments
 (0)