Skip to content

Commit

Permalink
Bump version number to 1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
oantolin committed Dec 8, 2023
1 parent 9551724 commit 47b0c75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions embark-consult.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
;; Maintainer: Omar Antolín Camarena <[email protected]>
;; 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
Expand Down
2 changes: 1 addition & 1 deletion embark-org.el
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions embark.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
;; Maintainer: Omar Antolín Camarena <[email protected]>
;; Keywords: convenience
;; Version: 0.23
;; Version: 1.0
;; Homepage: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))

Expand Down

0 comments on commit 47b0c75

Please sign in to comment.