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 AFF06158094 for ; Tue, 30 Aug 2022 22:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCDECE0877; Tue, 30 Aug 2022 22:22:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C3861E0877 for ; Tue, 30 Aug 2022 22:22:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9C43534111B for ; Tue, 30 Aug 2022 22:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDDE569 for ; Tue, 30 Aug 2022 22:22:35 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1661898124.726011aeeecdc46be3098ae0899023bd63ab0fc4.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: company-ebuild.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 726011aeeecdc46be3098ae0899023bd63ab0fc4 X-VCS-Branch: master Date: Tue, 30 Aug 2022 22:22:35 +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: bb0bb7da-2a62-4158-be7d-5be4ed20ddcd X-Archives-Hash: 2a19a8de24a24a4ca9a56249a2fbb1a3 commit: 726011aeeecdc46be3098ae0899023bd63ab0fc4 Author: Maciej Barć gentoo org> AuthorDate: Tue Aug 30 22:22:04 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Aug 30 22:22:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=726011ae company-ebuild.el: bump to 0.1.2 Signed-off-by: Maciej Barć gentoo.org> company-ebuild.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/company-ebuild.el b/company-ebuild.el index bcee8f5..555350a 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć ;; Created: 16 Aug 2022 -;; Version: 0.1.1 +;; Version: 0.1.2 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/company-ebuild.git ;; Package-Requires: ((emacs "26.2")) @@ -48,7 +48,7 @@ (require 'company-ebuild-keywords) -(defconst company-ebuild-version "0.1.1" +(defconst company-ebuild-version "0.1.2" "Company-Ebuild version.")