From b2942f546c28fb27525dbdad8656549b9a28c846 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 28 Jul 2024 12:10:08 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/neogen.txt b/doc/neogen.txt index 0844330..ea23923 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -182,12 +182,16 @@ 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: >lua - neogen.version = "2.18.0" + neogen.version = "2.19.0" < # Changelog~ Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z) +## 2.19.0~ + - Add support for julia (`julia`) ! (#185) +## 2.18.0~ + - Add tests cases to tests/ for annotation generation with basic support for python (#174) ## 2.17.1~ - Python raises now supports `raise foo.Bar()` syntax ## 2.17.0~