You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,34 @@
3
3
4
4
5
5
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))
0 commit comments