Skip to content

Commit

Permalink
update version & history log
Browse files Browse the repository at this point in the history
  • Loading branch information
nmd2k committed Jul 5, 2023
1 parent ff5790c commit 848d66d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,18 @@ Release data: Dec 12, 2022

Version 0.0.6
=============
Release data: Jan 9, 2022
Release data: Jan 9, 2023

* Add tree sitter utils (in codetext.parser)
* Replace all `match_from_span` to `get_node_text`
* Replace all `traverse_type` to `get_node_by_kind`
* Fix `CppParser.get_function_metadata` missing `param_type` and `param_identifier`
* Update return metadata from all parser

Version 0.0.7
=============
Release data: Jul 5, 2023

* Update all class extractor format (using dict instead of list)
* Fix missing identifier, parameter in C, C#, Java parser
* Implement CLI
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "codetext"
version = "0.0.5"
version = "0.0.7"
authors = [
{ name="Dung Manh Nguyen", email="dungnm.workspace@gmail.com" },
]
Expand Down

0 comments on commit 848d66d

Please sign in to comment.