From 509afd16a8479240f81d7566896ed9e97a1d109f Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 23 Nov 2023 11:34:14 +0100 Subject: [PATCH] Add release date --- CHANGELOG.md | 2 +- changelog.yaml | 2 +- docs/changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610ce7a..d020355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog -**0.39.0 (TBA)** +**0.39.0 (2023-11-23)** * Add `--json` option to many commands, this makes them print the JSON data returned by the server instead of human-readable data. Useful for scripting. diff --git a/changelog.yaml b/changelog.yaml index cc6472b..20961c2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,5 +1,5 @@ 0.39.0: - date: "TBA" + date: 2023-11-23 changes: - "Add `--json` option to many commands, this makes them print the JSON data returned by the server instead of human-readable data. Useful for scripting." - "TUI: Make media viewer configurable in settings, see: https://toot.bezdomni.net/settings.html#tui-view-images" diff --git a/docs/changelog.md b/docs/changelog.md index 610ce7a..d020355 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Changelog -**0.39.0 (TBA)** +**0.39.0 (2023-11-23)** * Add `--json` option to many commands, this makes them print the JSON data returned by the server instead of human-readable data. Useful for scripting.