From 9f69cb5844e5fb27b03749a2336a160de9037989 Mon Sep 17 00:00:00 2001 From: bugdea1er Date: Tue, 21 May 2024 02:37:19 +0300 Subject: [PATCH] Release v0.8.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b3393..d60d5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.8.1 (May 21, 2024) + +- Operator `path::operator->` is now marked deprecated ([#57](https://github.com/bugdea1er/tmp/pull/57)) +- Add nodiscard attribute to some methods ([#47](https://github.com/bugdea1er/tmp/pull/47)) + ## v0.8 (May 19, 2024) - Add Windows support ([#26](https://github.com/bugdea1er/tmp/pull/26))