From 3d2d41c3763820e3949c741536c1ced78fdcc214 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Fri, 24 Mar 2023 18:36:46 +0100 Subject: [PATCH] Mackup 0.8.37 --- CHANGELOG.md | 2 ++ mackup/constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ea2a938..b8fb7948f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## Mackup 0.8.37 + - Added support for macOS Preview (via @iloveitaly) - Fixed support for Bat (via @grigorii-horos) - Added support for Rust (via @grigorii-horos) diff --git a/mackup/constants.py b/mackup/constants.py index 1685f19e7..f8c2fe6f0 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.36" +VERSION = "0.8.37" # Support platforms PLATFORM_DARWIN = "Darwin"