Skip to content

Commit 1636a32

Browse files
author
semantic-release
committed
1 parent 96b906d commit 1636a32

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

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

44

55

6+
## What's Changed in v0.5.3 (2024-05-13)
7+
8+
9+
10+
11+
12+
### Documentation
13+
14+
15+
* docs: update README ([`96b906d`](https://github.com/groc-prog/pyneo4j-ogm/commit/96b906d86a84c45506381fa10825c5908820498b))
16+
17+
18+
* docs: update README.md ([`4836cc7`](https://github.com/groc-prog/pyneo4j-ogm/commit/4836cc789e31561d666d2bedb3ee84e96885782c))
19+
20+
21+
* docs: add comments to remaining client methods ([`f16ba40`](https://github.com/groc-prog/pyneo4j-ogm/commit/f16ba40f166769cdae070e2fc7d3777989b6b96f))
22+
23+
24+
* docs: add comments to db client ([`d1b6872`](https://github.com/groc-prog/pyneo4j-ogm/commit/d1b687211b926672784cc457edddd568b7d1f4dc))
25+
26+
27+
* docs: add comments and update docstrings ([`b8c479d`](https://github.com/groc-prog/pyneo4j-ogm/commit/b8c479d731a55fe18b9ecf8513906b3348d96867))
28+
29+
30+
* docs: update documentation and split docs into separate files ([`77d0a28`](https://github.com/groc-prog/pyneo4j-ogm/commit/77d0a280a51272ae5104238c17556f8d9fac8580))
31+
32+
33+
* docs: fix invalid links ([`b0d147f`](https://github.com/groc-prog/pyneo4j-ogm/commit/b0d147fc15ea643111fefd8a6f5a0caacfb54969))
34+
35+
36+
* docs: update docs branch for testing links ([`b76c491`](https://github.com/groc-prog/pyneo4j-ogm/commit/b76c49124c543d5bca4a1f26bea6f48469750ccd))
37+
38+
39+
* docs: split docs into multiple files inside docs directory ([`360b689`](https://github.com/groc-prog/pyneo4j-ogm/commit/360b68931ba90b886406a680be507dd92babbf29))
40+
41+
42+
### Fix
43+
44+
45+
* fix: convert list to set before comparing contents ([`b4468f9`](https://github.com/groc-prog/pyneo4j-ogm/commit/b4468f966f09d77a39d71f53744d584138a5b051))
46+
47+
48+
649
## What's Changed in v0.5.2 (2024-02-22)
750

851

@@ -38,6 +81,7 @@
3881

3982
* fix: fix validation error when passing "*" to $maxHops ([`753af19`](https://github.com/groc-prog/pyneo4j-ogm/commit/753af193a60042559d3be0e67471dddb4f66544a))
4083

84+
4185
## What's Changed in v0.5.0 (2024-02-06)
4286

4387

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.2"
3+
version = "0.5.3"
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)