From 119e10dd799a44f1b575302400548124ac29497c Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <schmiedt@uni-bremen.de> Date: Wed, 13 Nov 2024 17:02:01 +0100 Subject: [PATCH] Update CHANGELOG for 0.3.0 --- doc/CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 79f4865..10389b4 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -5,20 +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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - YYYY-MM-DD ## -(*Maintainer*) +## [0.3.0] - 2024-11-15 +(Joscha Schmiedt) ### Added -- Connection::ListUsers method -- Added support for compilation with vcpkg. +- `Connection::ListUsers` method +- Added experimental support for compilation with vcpkg. ### Changed - Renamed the project to linkahead-cpplib -- Updated dependency versions. +- Updated dependency versions (Boost, gRPC) - Updated Python dependencies for Conan 2 and support Python 3.12. -- Updated C++ package manager Conan to 2.5.0. +- Updated C++ package manager Conan to 2.5.0 including migration of conanfile.py ### Deprecated @@ -35,14 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Documentation -## [0.2.2] - 2023-06-15 ## +## [0.2.2] - 2023-06-15 (Timm Fitschen) ### Added * Support for `SELECT` queries. -## [0.2.1] - 2022-09-22 ## +## [0.2.1] - 2022-09-22 (Daniel Hornung) ### Changed ### -- GitLab