Skip to content

Commit fed336c

Browse files
author
github-actions
committed
0.5.1
Automatically generated by python-semantic-release
1 parent 960aa76 commit fed336c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## v0.5.1 (2024-02-11)
6+
7+
### Chore
8+
9+
* chore: fix issue template ([`6af210d`](https://github.com/groc-prog/pyneo4j-ogm/commit/6af210d22be25ae1249096acaf6e7d82492d74d5))
10+
11+
* chore: update issue template ([`f171eec`](https://github.com/groc-prog/pyneo4j-ogm/commit/f171eeccc4a15bf1fe5a801e92196274485305e7))
12+
13+
* chore: update issue templates ([`43d3c38`](https://github.com/groc-prog/pyneo4j-ogm/commit/43d3c384a320042d8070f2ce4264ca2be1ccacdc))
14+
15+
* chore: add config file for issue templates ([`990be8a`](https://github.com/groc-prog/pyneo4j-ogm/commit/990be8aea71707c33f9a26468946274109da43d7))
16+
17+
* chore: add issue template ([`f1062e8`](https://github.com/groc-prog/pyneo4j-ogm/commit/f1062e8f905450bc4ef7b543b989f4366c588306))
18+
19+
### Documentation
20+
21+
* docs: update docs ([`98ff03c`](https://github.com/groc-prog/pyneo4j-ogm/commit/98ff03c81ff1130b41d163242fd68d830c17785c))
22+
23+
### Fix
24+
25+
* fix: fix validation error when passing "*" to $maxHops ([`960aa76`](https://github.com/groc-prog/pyneo4j-ogm/commit/960aa76148f782089d522826052aa491dc8f0072))
26+
27+
528
## v0.5.0 (2024-02-06)
629

730
### Chore

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.0"
3+
version = "0.5.1"
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)