From 93889b9694f4074ab81f9e45f2c4410f6e7bde2e 2024-10-22 17:08:04 From: Lance Edgar Date: 2024-10-22 17:08:04 Subject: [PATCH] bump: version 0.18.12 → 0.19.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c0c3e00382126f26c30afa55b007da6e9d8928..2ab6faddd3ac4dcae9bde78cbb8c195a494c6fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to rattail 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.19.0 (2024-10-22) + +### Feat + +- add support for new ordering batch from parsed file + +### Fix + +- fix method call signature + ## v0.18.12 (2024-09-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 55a88789572f94f18caf9447ccce29c8c9f70abb..48d1e3627f1ae055ce0117381012d6cf323650e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "rattail" -version = "0.18.12" +version = "0.19.0" description = "Retail Software Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]