From 2b1c958aa7b19863f848e5bfa686a92d6a38ba86 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 26 Aug 2024 14:24:08 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.1=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7126fd7..9b5b295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to WuttJamaican will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.13.0 (2024-08-26) + +### Feat + +- add basic email handler support +- add `util.resource_path()` function +- add app handler method, `get_appdir()` +- add basic support for progress indicators +- add table/model for app upgrades + ## v0.12.1 (2024-08-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8b7419e..af34925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttJamaican" -version = "0.12.1" +version = "0.13.0" description = "Base package for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]