diff --git a/CHANGELOG.md b/CHANGELOG.md index e100544..3af025c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to WuttaSync 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.6.0 (2026-03-17) + +### Feat + +- add concept of (non-)default importers for handler +- add support for Wutta <-> Wutta import/export + ## v0.5.1 (2026-02-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8bc63a9..4e6e0a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaSync" -version = "0.5.1" +version = "0.6.0" description = "Wutta Framework for data import/export and real-time sync" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}] @@ -30,7 +30,7 @@ dependencies = [ "makefun", "rich", "SQLAlchemy-Utils", - "WuttJamaican[db]>=0.28.1", + "WuttJamaican[db]>=0.28.10", ]