diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index cb5fc66..c20be33 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -259,7 +259,7 @@ protected: /*! * @brief Set path to Certificate Authority (CA) bundle. * - * @since 0.2.1 + * @since 0.3.0 */ void set_cainfo(string_view path); @@ -356,7 +356,7 @@ private: * @param data Data of the field. If it begins with `\@file:, the * rest of the ergument is treated as a filename. * - * @since 0.1.1 + * @since 0.2.0 */ void add_mime_part(curl_mime *mime, string_view name, string_view data) const; diff --git a/include/instance.hpp b/include/instance.hpp index 874ea6a..6185b7f 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -172,7 +172,7 @@ public: * Sets also the CA info for all Connection%s that are initialized with * this Instance afterwards. * - * @since 0.2.1 + * @since 0.3.0 */ void set_cainfo(string_view path) { @@ -185,7 +185,7 @@ public: * * This is used when initializing a Connection. * - * @since 0.2.1 + * @since 0.3.0 */ string_view get_cainfo() const noexcept {