Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mireq committed Mar 3, 2024
1 parent 07878ac commit 76bc777
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.1.1"
tag_format = "$version"
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.1.1 (2024-03-03)

### Feat

- Removed argument mapping
- Remvoed args_expand support
- Always run python code with toplevel node instance
- Pass related tokens to render_text of children renderer
- Mark only really used nodes as dependencies
- Calculate related tokens from parsed code snippet
- Find related tokens in python code
- Added code globals to snippet context
- Updated snippets
- Strip new lines at end of snippet

### Fix

- Wrap text tokens to include related tokens
- Added missing dependent tokens

### Refactor

- Remvoed args mapping
- Always pass dependent tokens to render_text

## 0.1.0 (2024-02-25)

### Feat
Expand Down

0 comments on commit 76bc777

Please sign in to comment.