summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2023-12-07 22:59:41 -0600
committerOmar Antolín <omar.antolin@gmail.com>2023-12-07 22:59:41 -0600
commit47b0c75d4bf4f72a7af839667c877c80bd493cdb (patch)
tree2bffc650780620908a52200aadc2299bcc7b7b46
parent95517246d8ef5cd837cd315f4689e922202d3df5 (diff)
Bump version number to 1.0 🎉
-rw-r--r--CHANGELOG.org2
-rw-r--r--embark-consult.el6
-rw-r--r--embark-org.el2
-rw-r--r--embark.el4
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 <omar@matem.unam.mx>
;; Maintainer: Omar Antolín Camarena <omar@matem.unam.mx>
;; 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 <omar@matem.unam.mx>
;; Maintainer: Omar Antolín Camarena <omar@matem.unam.mx>
;; Keywords: convenience
-;; Version: 0.23
+;; Version: 1.0
;; Homepage: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))