Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
2cfe2a3e
Verified
Commit
2cfe2a3e
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: prepare release 0.2.2
parent
d12789ad
No related branches found
No related tags found
1 merge request
!45
Release 0.2.2
Checking pipeline status
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
RELEASE_GUIDELINES.md
+1
-1
1 addition, 1 deletion
RELEASE_GUIDELINES.md
doc/DEPENDENCIES.md
+7
-1
7 additions, 1 deletion
doc/DEPENDENCIES.md
doc/FEATURES.md
+4
-0
4 additions, 0 deletions
doc/FEATURES.md
with
12 additions
and
2 deletions
RELEASE_GUIDELINES.md
+
1
−
1
View file @
2cfe2a3e
...
...
@@ -9,7 +9,7 @@ guidelines of the CaosDB Project
*
All tests are passing.
*
FEATURES.md is up-to-date and a public API is being declared in that document.
*
CHANGELOG.md is up-to-date.
*
DEPENDENCIES.md is up-to-date
.
*
DEPENDENCIES.md is up-to-date
(e.g. server version)
## Steps
...
...
This diff is collapsed.
Click to expand it.
doc/DEPENDENCIES.md
+
7
−
1
View file @
2cfe2a3e
...
...
@@ -2,7 +2,13 @@
Exact versions of some packages here are listed in
`requirements.txt`
.
## General ##
## Server ##
```
>=caosdb-server-0.9.0
```
## Compiling ##
```
>=conan-1.54.0 (e.g. with `pip install conan`)
...
...
This diff is collapsed.
Click to expand it.
doc/FEATURES.md
+
4
−
0
View file @
2cfe2a3e
...
...
@@ -28,6 +28,10 @@ as a client.
Current limitations: The implementation does not support mixing retrievals with
write-transactions.
### Query
Support for
`FIND`
,
`SELECT`
and
`COUNT`
queries.
## CaosDB Info API
This library implements the CaosDB Info API (caosdb.info.v1) as a client
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment