Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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-server
Commits
62851242
Verified
Commit
62851242
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: prepare release 0.8.0
parent
973348c2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!66
REL: prepare release 0.8.0
Pipeline
#25641
canceled
2 years ago
Stage: info
Stage: test
Stage: deploy
Changes
6
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
DEPENDENCIES.md
+1
-1
1 addition, 1 deletion
DEPENDENCIES.md
FEATURES.md
+1
-1
1 addition, 1 deletion
FEATURES.md
caosdb-webui
+1
-1
1 addition, 1 deletion
caosdb-webui
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/doc/conf.py
+1
-1
1 addition, 1 deletion
src/doc/conf.py
with
7 additions
and
6 deletions
CHANGELOG.md
+
2
−
1
View file @
62851242
...
...
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
## [0.8.0] - 2022-07-12
(Timm Fitschen)
### Added
...
...
This diff is collapsed.
Click to expand it.
DEPENDENCIES.md
+
1
−
1
View file @
62851242
...
...
@@ -12,7 +12,7 @@
## For Deploying a Web User Interface (optional)
*
`>=caosdb-webui 0.
6
.0`
*
`>=caosdb-webui 0.
8
.0`
## For Building the Documentation (optional)
...
...
This diff is collapsed.
Click to expand it.
FEATURES.md
+
1
−
1
View file @
62851242
...
...
@@ -12,7 +12,7 @@
(caosdb.entity.v1.Query) in a single transaction. The server throws an
error if it finds more than one query.
*
Legacy XML/HTTP API (Deprecated)
*
Deployment of caosdb-webui (>=
v
0.
4.1
)
*
Deployment of caosdb-webui (>=0.
8.0
)
*
Server-side Scripting API (v0.1)
*
CaosDB Query Language Processor
*
CaosDB FileSystem
...
...
This diff is collapsed.
Click to expand it.
caosdb-webui
@
e719e10b
Subproject commit
86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6
Subproject commit
e719e10b90594a158e704863611b7ab9b0440f80
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
62851242
...
...
@@ -25,7 +25,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.caosdb
</groupId>
<artifactId>
caosdb-server
</artifactId>
<version>
0.8.0
-SNAPSHOT
</version>
<version>
0.8.0
</version>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<scm>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
1
−
1
View file @
62851242
...
...
@@ -27,7 +27,7 @@ author = 'Daniel Hornung'
# The short X.Y version
version
=
'
0.8.0
'
# The full version, including alpha/beta/rc tags
release
=
'
0.8.0
-SNAPSHOT
'
release
=
'
0.8.0
'
# -- General configuration ---------------------------------------------------
...
...
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