Skip to content

Commit 4202dbf

Browse files
author
semantic-release
committed
1 parent 6c0f6e0 commit 4202dbf

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33

44

55

6+
## What's Changed in v0.6.0 (2024-05-23)
7+
8+
9+
10+
### Documentation
11+
12+
13+
* docs: add documentation for register_models_from_directory method ([`6c0f6e0`](https://github.com/groc-prog/pyneo4j-ogm/commit/6c0f6e012a1401c6c5d9a59238989cd2fc110daf))
14+
15+
16+
### Feature
17+
18+
19+
* feat: allow model registration using directory path ([`8a4b93d`](https://github.com/groc-prog/pyneo4j-ogm/commit/8a4b93d27c7dfd3528f6db12b6490c382a620558))
20+
21+
22+
### Fix
23+
24+
25+
* fix: prepare models correctly when using directory ([`50c4c04`](https://github.com/groc-prog/pyneo4j-ogm/commit/50c4c0411b36df49e2640fc72f4bbde7484b29c2))
26+
27+
28+
### Refactor
29+
30+
31+
* refactor: rename register_models_dir to register_models_from_directory ([`e83c8e4`](https://github.com/groc-prog/pyneo4j-ogm/commit/e83c8e45623516db03b1f0eec286d4235023f670))
32+
33+
634
## What's Changed in v0.5.3 (2024-05-13)
735

836

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyneo4j-ogm"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
description = "Asynchronous Python OGM for Neo4j"
55
authors = ["groc-prog <marc.troisner@gmail.com>"]
66
maintainers = ["groc-prog <marc.troisner@gmail.com>"]

0 commit comments

Comments
 (0)