From 0b57ca6ec25b92f8a1c0a818a5e4d2b252ac4e7e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 29 Oct 2025 19:46:17 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.24.0=20=E2=86=92=200.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8db8ff..648dd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.24.1 (2025-10-29) + +### Fix + +- exclude user password from continuum versioning +- remove customization for Upgrade.uuid column + ## v0.24.0 (2025-10-19) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c53e6c9..7f9906b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttJamaican" -version = "0.24.0" +version = "0.24.1" description = "Base package for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]