[docgen] Update doc/neogen.txt

skip-checks: true
This commit is contained in:
github-actions
2024-03-03 22:06:53 +00:00
parent e5460f2ad8
commit b95347a588

View File

@@ -183,12 +183,14 @@ Feel free to submit a PR, I will be happy to help you !
We use semantic versioning ! (https://semver.org)
Here is the current Neogen version:
>
neogen.version = "2.16.1"
neogen.version = "2.17.0"
<
# Changelog~
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
## 2.17.0~
- Python now supports dataclass attributes (#126)
## 2.16.0~
- Add support for `nvim` snippet engine (default nvim snippet engine) ! (see |neogen-snippet-integration|)
## 2.15.0~