We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcaea0 commit 74934fbCopy full SHA for 74934fb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Version history
2
3
+## 0.5.0
4
+
5
+- Refactor user API.
6
+- Add support for VOTable import/export.
7
8
## 0.4.2
9
10
- Add `range` getter/setter and `on_change_range`.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
[project]
name = "cocat"
-version = "0.4.2"
+version = "0.5.0"
description = "CRDT-based tscat"
license = "MIT"
license-files = ["LICENSE"]
0 commit comments