diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d1331..8d66c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/inception/__init__.py b/src/inception/__init__.py index d0f2dbd..df66284 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.2.0" +__version__ = "v1.3.0"