diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e77778c227059641c49b7d2f36c4b4d119c81957_Q0hBTkdFTE9HLm1k --- /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 index b22365fca6cc339d90bfe63d57adaa086c899c28_TUFOSUZFU1QuaW4=..e77778c227059641c49b7d2f36c4b4d119c81957_TUFOSUZFU1QuaW4= 100644 --- 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 index b22365fca6cc339d90bfe63d57adaa086c899c28_Y3ViaWN3ZWJfcm9kb2xmL19fcGtnaW5mb19fLnB5..e77778c227059641c49b7d2f36c4b4d119c81957_Y3ViaWN3ZWJfcm9kb2xmL19fcGtnaW5mb19fLnB5 100644 --- 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"