From 47b0c75d4bf4f72a7af839667c877c80bd493cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Thu, 7 Dec 2023 22:59:41 -0600 Subject: =?UTF-8?q?Bump=20version=20number=20to=201.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.org | 2 +- embark-consult.el | 6 +++--- embark-org.el | 2 +- embark.el | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index f3ed5ff..9cadf6d 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,6 @@ #+title: Embark changelog -* Development version +* Version 1.0 (2023-12-08) - You can now use around action hooks with multitarget actions (that you couldn't previously was an oversight). - Users of the =embark-consult= package can now use consult async search diff --git a/embark-consult.el b/embark-consult.el index c89b178..c5cf452 100644 --- a/embark-consult.el +++ b/embark-consult.el @@ -1,13 +1,13 @@ ;;; embark-consult.el --- Consult integration for Embark -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; Author: Omar Antolín Camarena ;; Maintainer: Omar Antolín Camarena ;; Keywords: convenience -;; Version: 0.8 +;; Version: 1.0 ;; Homepage: https://github.com/oantolin/embark -;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0") (embark "0.23") (consult "0.35")) +;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0") (embark "1.0") (consult "1.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/embark-org.el b/embark-org.el index aa14e66..1bd5342 100644 --- a/embark-org.el +++ b/embark-org.el @@ -1,6 +1,6 @@ ;;; embark-org.el --- Embark targets and actions for Org Mode -*- lexical-binding: t; -*- -;; Copyright (C) 2022 Free Software Foundation, Inc. +;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/embark.el b/embark.el index bc35629..b3dfd76 100644 --- a/embark.el +++ b/embark.el @@ -1,11 +1,11 @@ ;;; embark.el --- Conveniently act on minibuffer completions -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; Author: Omar Antolín Camarena ;; Maintainer: Omar Antolín Camarena ;; Keywords: convenience -;; Version: 0.23 +;; Version: 1.0 ;; Homepage: https://github.com/oantolin/embark ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0")) -- cgit v1.2.3