From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1B6D158020 for ; Tue, 15 Nov 2022 06:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE77EE09CF; Tue, 15 Nov 2022 06:24:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F21E09CF for ; Tue, 15 Nov 2022 06:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C76B9340E0E for ; Tue, 15 Nov 2022 06:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA27599 for ; Tue, 15 Nov 2022 06:24:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1668493338.05b77036401fc575030cd42c9bbce4fe461cb2cc.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/snakeoil:master commit in: / X-VCS-Repository: proj/pkgcore/snakeoil X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 05b77036401fc575030cd42c9bbce4fe461cb2cc X-VCS-Branch: master Date: Tue, 15 Nov 2022 06:24:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0cd1194b-07ce-433b-b5b0-4f521afb235b X-Archives-Hash: 713225f0b00c74e6a47743c446c04805 commit: 05b77036401fc575030cd42c9bbce4fe461cb2cc Author: Arthur Zamarin gentoo org> AuthorDate: Mon Nov 14 20:52:57 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 15 06:22:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=05b77036 new release 0.10.3 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 1c550ec5..5aad0f9a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,12 @@ Release Notes ============= +snakeoil 0.10.3 (2022-11-15) +---------------------------- + +- dist.sphinxext: new *internal* sphinx extension, used by pkgcore stack. This + is considered internal and unstable API. (#89, Arthur Zamarin) + snakeoil 0.10.2 (2022-11-08) ----------------------------