Skip to content
Snippets Groups Projects

Release 0.2.0

50 files
+ 1741
763
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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