Skip to content

Commit

Permalink
Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvienna committed Oct 30, 2022
1 parent 41a37f1 commit 1a1dcbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

license-output: LICENSE.txt

ignore:
- CHANGELOG.md
- README.md
- LICENSE
- .editorconfig
- .github
- assets/*
4 changes: 0 additions & 4 deletions AdiBags_Dragonflight/Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ local ipairs = ipairs
-- Callbacks
-----------------------------------------------------------
local function enableIds(dict, id_list)
--@debug@
assert(id_list["items"], "Items list not found")
assert(id_list["category"], "Category name not found")
--@debug@
for _, v in ipairs(id_list.items) do
dict[v] = L[id_list.category]
end
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] 2022-10-30
### Added
- Initial release
- Support for Primal Storms

0 comments on commit 1a1dcbb

Please sign in to comment.