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

chore(pkg): new minor release (0.15.0)

parent 97d6661e0947
No related branches found
Tags 0.15.0
No related merge requests found
Pipeline #239134 passed with warnings
## Version 0.15.0 (2024-06-12)
### 🎉 New features
- add column names to returned result sets
- *BREAKING CHANGE* wrap returned rsets into objects
### 👷 Bug fixes
- remove test on rql method call serialization
- update tests and `openapi_template.yaml`
### 📝 Documentation
- add /openapi information in the readme
## Version 0.14.0 (2024-02-23)
### 🎉 New features
......
......@@ -20,7 +20,7 @@
modname = "cubicweb_api"
distname = "cubicweb-api"
numversion = (0, 14, 0)
numversion = (0, 15, 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