Skip to content

Commit 8ee9060

Browse files
committed
manifest hotfix, release
1 parent a976c08 commit 8ee9060

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3-
## [3.2.1] 2019-02-02
3+
## [3.2.2] 2020-02-03
4+
5+
### Fixed
6+
- Missing grammar file added
7+
8+
## [3.2.1] 2020-02-02
49

510
### Fixed
611
- Package metadata
712

8-
## [3.2.0] 2019-02-02
13+
## [3.2.0] 2020-02-02
914

1015
### Added
1116
- Grammar

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include gdtoolkit/gdscript.lark
1+
include gdtoolkit/parser/gdscript.lark

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="gdtoolkit",
6-
version="3.2.1",
6+
version="3.2.2",
77
description="Independent set of tools for working with GDScript - parser, linter and formatter",
88
keywords=["GODOT", "GDSCRIPT", "PARSER", "LINTER", "FORMATTER"],
99
url="https://github.com/Scony/godot-gdscript-toolkit",

0 commit comments

Comments
 (0)