diff --git a/Cargo.toml b/Cargo.toml index 7aebd0c..bb6a874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.12.0" +version = "0.13.0" description = "Runtime installer for Python applications" repository = "https://github.com/ofek/pyapp" documentation = "https://ofek.dev/pyapp/" diff --git a/docs/changelog.md b/docs/changelog.md index db19f74..9c20b2e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.13.0 - 2023-12-31 + ***Added:*** - Allow for forwarding of unknown management commands e.g. if apps have their own `self` commands