Changeset - 63e7de907eb6
[Not reviewed]
v0.3.0
0 2 0
Lance Edgar (lance) - 2 months ago 2024-07-09 15:59:18
lance@edbob.org
bump: version 0.2.2 → 0.3.0
2 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CHANGELOG.md
Show inline comments
 
@@ -2,12 +2,18 @@
 
# Changelog
 
All notable changes to sqlalchemy-pervasive 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.3.0 (2024-07-09)
 

	
 
### Feat
 

	
 
- switch from setup.cfg to pyproject.toml + hatchling
 

	
 
## 0.2.2 (2023-06-01)
 

	
 
* Replace ``setup.py`` contents with ``setup.cfg``.
 

	
 

	
 
## 0.2.1 (2021-03-03)
pyproject.toml
Show inline comments
 
@@ -3,13 +3,13 @@
 
requires = ["hatchling"]
 
build-backend = "hatchling.build"
 

	
 

	
 
[project]
 
name = "sqlalchemy-pervasive"
 
version = "0.2.2"
 
version = "0.3.0"
 
description = "SQLAlchemy Dialect for Pervasive PSQL"
 
readme = "README.rst"
 
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 
license = {text = "GNU GPL v3+"}
 
classifiers = [
 
        "Development Status :: 5 - Production/Stable",
0 comments (0 inline, 0 general)