# HG changeset patch # User Arnaud Vergnet <arnaud.vergnet@logilab.fr> # Date 1712244563 -7200 # Thu Apr 04 17:29:23 2024 +0200 # Node ID e77778c227059641c49b7d2f36c4b4d119c81957 # Parent b22365fca6cc339d90bfe63d57adaa086c899c28 chore(pkg): new minor release (0.3.0) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## Version 0.3.0 (2024-04-04) +### 🎉 New features + +- delete linked data in hook +- frontend: add env variable for app title +- frontend: allow specifying env var for the logo base64 +- frontend: allow uploading files for data service url +- hide project column on project page +- oauth2: Add oauth2 cube and configuration for prod +- prettify date + +### 👷 Bug fixes + +- Remove unused log parameter \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,4 +15,4 @@ prune frontend exclude docker-compose.yaml prune deploy - +exclude CHANGELOG.md diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py --- a/cubicweb_rodolf/__pkginfo__.py +++ b/cubicweb_rodolf/__pkginfo__.py @@ -3,7 +3,7 @@ modname = "cubicweb_rodolf" distname = "cubicweb-rodolf" -numversion = (0, 2, 0) +numversion = (0, 3, 0) version = ".".join(str(num) for num in numversion) license = "LGPL"