bump: version 0.3.6 → 0.4.0
This commit is contained in:
parent
8c51ee8735
commit
014982028b
17
CHANGELOG.md
Normal file
17
CHANGELOG.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
# Changelog
|
||||||
|
All notable changes to rattail-fabric2 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.4.0 (2024-06-10)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- switch from setup.cfg to pyproject.toml + hatchling
|
||||||
|
|
||||||
|
|
||||||
|
## Older Releases
|
||||||
|
|
||||||
|
Please see `docs/OLDCHANGES.rst` for older release notes.
|
|
@ -2,8 +2,9 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Unreleased
|
NB. this file contains "old" release notes only. for newer releases
|
||||||
----------
|
see the `CHANGELOG.md` file in the source root folder.
|
||||||
|
|
||||||
|
|
||||||
0.3.6 (2024-05-31)
|
0.3.6 (2024-05-31)
|
||||||
------------------
|
------------------
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rattail-fabric2"
|
name = "rattail-fabric2"
|
||||||
version = "0.3.6"
|
version = "0.4.0"
|
||||||
description = "Fabric (v2) Utilities for Rattail"
|
description = "Fabric (v2) Utilities for Rattail"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
@ -33,7 +33,7 @@ dependencies = [
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://rattailproject.org"
|
Homepage = "https://rattailproject.org"
|
||||||
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-fabric2"
|
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-fabric2"
|
||||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/files/master/CHANGES.rst"
|
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/files/master/CHANGELOG.md"
|
||||||
|
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
|
|
Loading…
Reference in a new issue