diff --git a/CHANGELOG.md b/CHANGELOG.md index ec098ed..f28bedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,9 @@ All notable changes to wuttaweb 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.1.0 (2024-07-12) + +### Feat + +- basic support for WSGI app, views, templates diff --git a/pyproject.toml b/pyproject.toml index c23546f..70cd70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyramid_mako", "waitress", "WebHelpers2", - "WuttJamaican[db]", + "WuttJamaican[db]>=0.6.1", ]