Skip to content
Snippets Groups Projects
Commit e77778c22705 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

chore(pkg): new minor release (0.3.0)

parent b22365fca6cc
No related branches found
No related tags found
No related merge requests found
Pipeline #231610 failed
## 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
......@@ -15,4 +15,4 @@
prune frontend
exclude docker-compose.yaml
prune deploy
exclude CHANGELOG.md
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment