Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
api
Commits
8e22e05ea8e3
Commit
8e22e05e
authored
Jun 14, 2022
by
Arnaud Vergnet
Browse files
chore(pkg): new minor release (0.3.0)
parent
ee3a61f19b2f
Pipeline
#135506
passed with stages
in 4 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
8e22e05e
## Version 0.3.0 (2022-06-14)
### 🎉 New features
-
allow configuring api path
-
catch more authentication errors
### 👷 Bug fixes
-
convert date and time object to iso format for JSON
-
improve config path checks
-
remove unnecessary enum
-
removed reference to unused lib
-
write openapi.yaml to cubicweb config dir
## Version 0.2.0 (2022-06-07)
### 🎉 New features
...
...
cubicweb_api/__pkginfo__.py
View file @
8e22e05e
...
...
@@ -5,7 +5,7 @@
modname
=
"cubicweb_api"
distname
=
"cubicweb-api"
numversion
=
(
0
,
2
,
0
)
numversion
=
(
0
,
3
,
0
)
version
=
"."
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
"LGPL"
...
...
Arnaud Vergnet
@avergnet
mentioned in commit
a2740dd37806
·
Jun 14, 2022
mentioned in commit
a2740dd37806
mentioned in commit a2740dd3780678257e311381df62e86deca2ebb8
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment