diff --git a/ChangeLog.md b/ChangeLog.md index fc404d5..4965da8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # Braindrop ChangeLog -## Unreleased +## v1.0.0 -**Released: WiP** +**Released: 2025-12-16** - Made some cosmetic changes to the raindrop input dialog. ([#194](https://github.com/davep/braindrop/pull/194)) diff --git a/pyproject.toml b/pyproject.toml index 65d659d..4fd5767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "braindrop" -version = "0.13.0" +version = "1.0.0" description = "A terminal-based client for raindrop.io." authors = [ { name = "Dave Pearson", email = "davep@davep.org" } @@ -28,13 +28,13 @@ keywords = [ "chui", ] classifiers = [ + "Development Status :: 5 - Production/Stable", "Environment :: Console", - "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", diff --git a/uv.lock b/uv.lock index 84f993f..1bb0373 100644 --- a/uv.lock +++ b/uv.lock @@ -113,7 +113,7 @@ wheels = [ [[package]] name = "braindrop" -version = "0.13.0" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "httpx" },