mirror of
https://github.com/etesync/server
synced 2025-02-12 16:42:36 +00:00
Bump version and update changelog.
This commit is contained in:
parent
f35b4b94e5
commit
386c01d89e
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.14.2
|
||||||
|
- Fix issue with some requests failing in some scenarios with the JS client.
|
||||||
|
- The JS client was omitting optional fields which were accidentally made to be required. It happened because pydantic v2 changed the behavior in a few ways (for the better fwiw) and we missed a few places when upgrading.
|
||||||
|
|
||||||
## Version 0.14.1
|
## Version 0.14.1
|
||||||
- Fix issue with serializing non utf8 422 errors
|
- Fix issue with serializing non utf8 422 errors
|
||||||
- Appease django warnings about default auto field
|
- Appease django warnings about default auto field
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="etebase_server",
|
name="etebase_server",
|
||||||
version="0.14.1",
|
version="0.14.2",
|
||||||
description="An Etebase (EteSync 2.0) server",
|
description="An Etebase (EteSync 2.0) server",
|
||||||
url="https://www.etebase.com/",
|
url="https://www.etebase.com/",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user