doc: Add changelog information (h neogen-changelog)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user