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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Merge requests
!42
Release 0.2.0
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Release 0.2.0
release-0.2.0
into
main
Overview
0
Commits
87
Pipelines
1
Changes
50
Closed
Release 0.2.0
Timm Fitschen
requested to merge
release-0.2.0
into
main
Jul 13, 2022
Overview
0
Commits
87
Pipelines
1
Changes
50
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
acd4b53c
87 commits,
Jul 13, 2022
50 files
+
1741
−
763
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
50
doc/CHANGELOG.md
+
10
−
1
View file @ acd4b53c
Show full file
@@ -5,18 +5,27 @@ All notable changes to this project will be documented in this file.
@@ -5,18 +5,27 @@ 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]
## [0.2.0] - 2022-07-13
(Timm Fitschen)
### Added
### Added
*
Simple
`User`
class and methods for user creation/retrieval/deletion.
*
Added more variants for the
`operator<<`
of
`LoggerOutputStream`
(for
`bool`
and
`std::endl`
).
### Changed
### Changed
*
Transaction::ExecuteAsynchronously is actually asynchronous now.
*
Removed boost from the headers. Boost is only a build dependency from now on.
### Deprecated
### Deprecated
### Removed
### Removed
### Fixed
### Fixed
*
Calling "GetFileDescriptor().wrapped->path()" after retrieval leads to SegFault.
-
#41 Updated Conan version in CI pipeline.
-
#41 Updated Conan version in CI pipeline.
### Security
### Security
Loading