-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
5f9a58e
commit af6418e
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.2.0 (2022-06-09) | ||
### Feature | ||
* Support drill and filter on array indexes ([`518239d`](https://github.com/guilatrova/ast_selector/commit/518239de531b579adc96227f2d6789cbc33f599f)) | ||
* Support deeper navigation and reference ([`a5bdf70`](https://github.com/guilatrova/ast_selector/commit/a5bdf7005bad92dec009115126f19775766874a3)) | ||
* Support drilling to lists ([`b161f59`](https://github.com/guilatrova/ast_selector/commit/b161f59037324d7f4670b7d05e5d99f66398949e)) | ||
|
||
### Fix | ||
* Run semantic release through poetry ([`5f9a58e`](https://github.com/guilatrova/ast_selector/commit/5f9a58e56f49c87772c8cb3c24698e7791e997c3)) | ||
|
||
### Documentation | ||
* Fix pip install cmd ([`7ee6357`](https://github.com/guilatrova/ast_selector/commit/7ee63579ffd4d09dc7e5c49cd91be1f68e7bf801)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
|
||
from .main import AstSelector | ||
|
||
__version__ = "0.1.4" | ||
__version__ = "0.2.0" | ||
__all__ = ["AstSelector"] |