Skip to content

Commit 47b0c75

Browse files
committed
Bump version number to 1.0 🎉
1 parent 9551724 commit 47b0c75

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎CHANGELOG.org‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#+title: Embark changelog
22

3-
* Development version
3+
* Version 1.0 (2023-12-08)
44
- You can now use around action hooks with multitarget actions (that
55
you couldn't previously was an oversight).
66
- Users of the =embark-consult= package can now use consult async search

‎embark-consult.el‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
;;; embark-consult.el --- Consult integration for Embark -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021, 2022 Free Software Foundation, Inc.
3+
;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
44

55
;; Author: Omar Antolín Camarena <[email protected]>
66
;; Maintainer: Omar Antolín Camarena <[email protected]>
77
;; Keywords: convenience
8-
;; Version: 0.8
8+
;; Version: 1.0
99
;; Homepage: https://github.com/oantolin/embark
10-
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0") (embark "0.23") (consult "0.35"))
10+
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0") (embark "1.0") (consult "1.0"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
1313
;; it under the terms of the GNU General Public License as published by

‎embark-org.el‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; embark-org.el --- Embark targets and actions for Org Mode -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Free Software Foundation, Inc.
3+
;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
44

55
;; This program is free software; you can redistribute it and/or modify
66
;; it under the terms of the GNU General Public License as published by

‎embark.el‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; embark.el --- Conveniently act on minibuffer completions -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021, 2022 Free Software Foundation, Inc.
3+
;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
44

55
;; Author: Omar Antolín Camarena <[email protected]>
66
;; Maintainer: Omar Antolín Camarena <[email protected]>
77
;; Keywords: convenience
8-
;; Version: 0.23
8+
;; Version: 1.0
99
;; Homepage: https://github.com/oantolin/embark
1010
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))
1111

0 commit comments

Comments
 (0)