Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
50 files
+ 1741
763
Compare changes
  • Side-by-side
  • Inline
Files
50
+ 10
1
@@ -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/),
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
* Simple `User` class and methods for user creation/retrieval/deletion.
* Added more variants for the `operator<<` of `LoggerOutputStream` (for `bool`
and `std::endl`).
### Changed
* Transaction::ExecuteAsynchronously is actually asynchronous now.
* Removed boost from the headers. Boost is only a build dependency from now on.
### Deprecated
### Removed
### Fixed
* Calling "GetFileDescriptor().wrapped->path()" after retrieval leads to SegFault.
- #41 Updated Conan version in CI pipeline.
### Security
Loading