bump: version 0.1.16 → 0.2.0

This commit is contained in:
Lance Edgar 2024-06-10 19:57:47 -05:00
parent 63b7bd3742
commit abb0e8a344
2 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,12 @@ All notable changes to Corporal 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).
## Unreleased ## v0.2.0 (2024-06-10)
### Feat
- replace corporal commands with typer equivalents
- switch from setup.cfg to pyproject.toml + hatchling
## [0.1.16] - 2024-04-16 ## [0.1.16] - 2024-04-16
### Changed ### Changed

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "Corporal" name = "Corporal"
version = "0.1.16" version = "0.2.0"
description = "Companion Back-end for CORE-POS" description = "Companion Back-end for CORE-POS"
readme = "README.md" readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]