[docgen] Update doc/neogen.txt

skip-checks: true
This commit is contained in:
github-actions
2023-01-06 10:50:58 +00:00
parent 87c09a4f81
commit 2961b48f72

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.11.0"
neogen.version = "2.12.0"
<
# Changelog~
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
## 2.12.0~
- Fetch singleton methods in ruby (#121)
## 2.11.0~
- Calling `:Neogen` will try to find the best type used to generate annotations (#116)
It'll recursively go up the syntax tree from the cursor position.