doc: Add changelog information (h neogen-changelog)

This commit is contained in:
danymat
2022-02-10 16:02:41 +01:00
parent 47b4a74a2b
commit 99bf639dd6

View File

@@ -21,7 +21,6 @@
---@toc_entry Neogen's purpose ---@toc_entry Neogen's purpose
-- Requires =================================================================== -- Requires ===================================================================
local neogen = {} local neogen = {}
neogen.version = "1.0.0"
local conf local conf
local config = require("neogen.config") local config = require("neogen.config")
@@ -196,4 +195,17 @@ end
---@tag neogen-develop ---@tag neogen-develop
---@toc_entry Contributing ---@toc_entry Contributing
--- Here is the current Neogen version:
---@eval return MiniDoc.afterlines_to_code(MiniDoc.current.eval_section)
---@text # Changelog~
---
--- ## 1.0.0~
--- - Neogen is officially out ! We support 16 languages as of right now,
--- with multiple annotation conventions.
---@tag neogen-changelog
---@toc_entry Changes in neogen plugin
neogen.version = "1.0.0"
--minidoc_afterlines_end
return neogen return neogen