From 89aac5f264328fc22fe965d0992616cdbe0ef48a Mon Sep 17 00:00:00 2001 From: danymat Date: Wed, 23 Feb 2022 23:00:37 +0100 Subject: [PATCH] chore: Bump neogen version to 2.2.0 --- lua/neogen/init.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/neogen/init.lua b/lua/neogen/init.lua index fd97414..1e3ae40 100644 --- a/lua/neogen/init.lua +++ b/lua/neogen/init.lua @@ -202,8 +202,12 @@ end ---@eval return MiniDoc.afterlines_to_code(MiniDoc.current.eval_section) ---@text # Changelog~ --- ---- Note: We will only document major and minor versions. +--- Note: We will only document `major` and `minor` versions, not `patch` ones. --- +--- ## 2.2.0~ +--- ### Python~ +--- - Add support for `*args` and `**kwargs` +--- - Fix python return annotations being inconsistent in numpydoc template --- ## 2.1.0~ --- - Add basic support for `kotlin` (`kdoc`). --- ## 2.0.0~ @@ -215,7 +219,7 @@ end --- with multiple annotation conventions. ---@tag neogen-changelog ---@toc_entry Changes in neogen plugin -neogen.version = "2.1.0" +neogen.version = "2.2.0" --minidoc_afterlines_end return neogen