bump: version 0.1.0 → 0.2.0

This commit is contained in:
Lance Edgar 2024-12-07 18:15:13 -06:00
parent b3e4e91df8
commit 9fabecf406
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ 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.2.0 (2024-12-07)
### Feat
- add `wutta import-csv` command
### Fix
- expose `ToWuttaHandler`, `ToWutta` in `wuttasync.importing` namespace
- implement deletion logic; add cli params for max changes
- add `--key` (or `--keys`) param for import/export commands
- add `--list-models` option for import/export commands
- require latest wuttjamaican
- add `--fields` and `--exclude` params for import/export cli
## v0.1.0 (2024-12-05) ## v0.1.0 (2024-12-05)
### Feat ### Feat

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "WuttaSync" name = "WuttaSync"
version = "0.1.0" version = "0.2.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"}]