bump: version 0.10.0 → 0.11.0

This commit is contained in:
Lance Edgar 2026-03-15 10:08:27 -05:00
parent eee2a1df65
commit f9d9923acf
2 changed files with 12 additions and 2 deletions

View file

@ -5,6 +5,16 @@ All notable changes to WuttaFarm 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.11.0 (2026-03-15)
### Feat
- show basic map for "fixed" assets
### Fix
- include LogQuantity changes when viewing Log revision
## v0.10.0 (2026-03-11)
### Feat

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaFarm"
version = "0.10.0"
version = "0.11.0"
description = "Web app to integrate with and extend farmOS"
readme = "README.md"
authors = [
@ -34,7 +34,7 @@ dependencies = [
"pyramid_exclog",
"uvicorn[standard]",
"WuttaSync",
"WuttaWeb[continuum]>=0.29.2",
"WuttaWeb[continuum]>=0.29.3",
]