From e1fdfb3e7827280c08a3f6c7d1d64bdd34fbebcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Nov 2025 06:57:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20apache-couchdb,=20ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apache-couchdb: - Item root['versions']['3.5.1'] ({'name': '3.5.1', 'date': '2025-11-09'}) added to dictionary. ubuntu: - Item root['versions']['4.10'] ({'name': '4.10', 'date': '2004-10-20'}) removed from dictionary. --- releases/apache-couchdb.json | 4 ++++ releases/ubuntu.json | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/releases/apache-couchdb.json b/releases/apache-couchdb.json index 123ff3ab..c054db1d 100644 --- a/releases/apache-couchdb.json +++ b/releases/apache-couchdb.json @@ -1,6 +1,10 @@ { "releases": {}, "versions": { + "3.5.1": { + "name": "3.5.1", + "date": "2025-11-09" + }, "3.5.0": { "name": "3.5.0", "date": "2025-05-05" diff --git a/releases/ubuntu.json b/releases/ubuntu.json index 06428b2e..83a258f2 100644 --- a/releases/ubuntu.json +++ b/releases/ubuntu.json @@ -356,10 +356,6 @@ "5.04": { "name": "5.04", "date": "2005-04-08" - }, - "4.10": { - "name": "4.10", - "date": "2004-10-20" } } } \ No newline at end of file