bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
5176acaf9e
commit
cc9ec47857
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
# Changelog
|
||||
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.2.0 (2024-06-10)
|
||||
|
||||
### Feat
|
||||
|
||||
- switch from setup.cfg to pyproject.toml + hatchling
|
||||
|
||||
## v0.1.0 (2016-12-08)
|
||||
|
||||
- initial release
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.1.0 (2016-12-08)
|
||||
------------------
|
||||
|
||||
* Initial release
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "rattail-demo"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Rattail Software Demo"
|
||||
readme = "README.rst"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
|
@ -48,7 +48,7 @@ rattail-demo = "rattail_demo.config:DemoConfigExtension"
|
|||
[project.urls]
|
||||
Homepage = "https://demo.rattailproject.org"
|
||||
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-demo"
|
||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-demo/files/master/CHANGES.rst"
|
||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-demo/files/master/CHANGELOG.md"
|
||||
|
||||
|
||||
[tool.commitizen]
|
||||
|
|
Loading…
Reference in a new issue