From 6192364aa5828a72c33be58e658d21d6f9357c99 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 28 Jan 2025 07:21:28 +0000 Subject: [PATCH] :bookmark: v0.7.1 --- ChangeLog.md | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index db68d70..9c4f3d4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,13 +1,14 @@ # Braindrop ChangeLog -## Unreleased +## v0.7.1 -**Released: WiP** +**Released: 2025-01-28** - Extended the disabling of edits to any Raindrop associated with a file that has been uploaded to `raindrop.io`. In testing it seems the data loss happens with any Raindrop with an `up.raindrop.io` domain. - ([#123](https://github.com/davep/braindrop/issues/123)) + ([#128](https://github.com/davep/braindrop/pull/128) in support of + [#123](https://github.com/davep/braindrop/issues/123)) ## v0.7.0 diff --git a/pyproject.toml b/pyproject.toml index 7727660..521e07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "braindrop" -version = "0.7.0" +version = "0.7.1" description = "A terminal-based client for raindrop.io." authors = [ { name = "Dave Pearson", email = "davep@davep.org" }