Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 5023a2b commit 956a6e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.3.0 (2024-07-25)

### Feat

- **inception**: automatic release workflow.
- add `jq` and `bat` (with alias)

### Fix

- github token for inception release checkout.
- **python**: update deprecated linter configuration.
- **python**: type checking issue.

## v1.2.0 (2024-07-22)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion src/inception/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v1.2.0"
__version__ = "v1.3.0"

0 comments on commit 956a6e9

Please sign in to comment.