Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 9, 2022
1 parent 5f9a58e commit af6418e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ast_selector"
version = "0.1.4"
version = "0.2.0"
description = "Query AST elements by using CSS Selector-like syntax"
authors = ["Guilherme Latrova <hello@guilatrova.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/ast_selector/__init__.py
Expand Up @@ -2,5 +2,5 @@

from .main import AstSelector

__version__ = "0.1.4"
__version__ = "0.2.0"
__all__ = ["AstSelector"]

0 comments on commit af6418e

Please sign in to comment.