bump: version 0.5.1 → 0.6.0

This commit is contained in:
Lance Edgar 2026-03-17 19:51:53 -05:00
parent d7d0768a9c
commit ad80bc8113
2 changed files with 9 additions and 2 deletions

View file

@ -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/) 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). 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) ## v0.5.1 (2026-02-13)
### Fix ### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "WuttaSync" name = "WuttaSync"
version = "0.5.1" version = "0.6.0"
description = "Wutta Framework for data import/export and real-time sync" description = "Wutta Framework for data import/export and real-time sync"
readme = "README.md" readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}] authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -30,7 +30,7 @@ dependencies = [
"makefun", "makefun",
"rich", "rich",
"SQLAlchemy-Utils", "SQLAlchemy-Utils",
"WuttJamaican[db]>=0.28.1", "WuttJamaican[db]>=0.28.10",
] ]