Skip to content
Snippets Groups Projects
Verified Commit d4cdc595 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' into f-grpc-f-acm

parents 5853d63d dbe43993
No related branches found
No related tags found
2 merge requests!58REL: prepare release 0.7.2,!45F grpc f acm
...@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,20 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [v0.6.0] - 2021-11-17 ## [v0.6.0] - 2021-11-17
(Timm Fitschen) (Timm Fitschen)
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId> <groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId> <artifactId>caosdb-server</artifactId>
<version>0.6.1-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.testSourceDirectory>src/test/java</project.build.testSourceDirectory> <project.build.testSourceDirectory>src/test/java</project.build.testSourceDirectory>
<protobuf.version>3.14.0</protobuf.version> <protobuf.version>3.14.0</protobuf.version>
<grpc.version>1.38.1</grpc.version> <grpc.version>1.42.1</grpc.version>
<netty-tcnative.version>2.0.34.Final</netty-tcnative.version> <netty-tcnative.version>2.0.34.Final</netty-tcnative.version>
<restlet.version>2.4.3</restlet.version> <restlet.version>2.4.3</restlet.version>
</properties> </properties>
......
../../CHANGELOG.md
\ No newline at end of file
...@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH' ...@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.6' version = '0.7'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.6.0' release = '0.7.0-SNAPSHOT'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -14,6 +14,7 @@ Welcome to caosdb-server's documentation! ...@@ -14,6 +14,7 @@ Welcome to caosdb-server's documentation!
administration administration
Development <development/devel> Development <development/devel>
Dependencies <DEPENDENCIES> Dependencies <DEPENDENCIES>
Changelog <CHANGELOG>
specification/index.rst specification/index.rst
Glossary Glossary
API documentation<_apidoc/packages> API documentation<_apidoc/packages>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment