Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 10, 2021
1 parent 138c822 commit a2a1aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 2.5.0 (2021-08-10)

### New features

* [#1680](https://github.com/bbatsov/projectile/pull/1680): Add support for recursive project discovery.
Expand Down
3 changes: 1 addition & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <[email protected]>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
;; Version: 2.5.0-snapshot
;; Version: 2.5.0
;; Package-Requires: ((emacs "25.1"))

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -74,7 +74,6 @@

(declare-function ggtags-ensure-project "ext:ggtags")
(declare-function ggtags-update-tags "ext:ggtags")
(declare-function pkg-info-version-info "ext:pkg-info")
(declare-function ripgrep-regexp "ext:ripgrep")
(declare-function vterm "ext:vterm")
(declare-function vterm-send-return "ext:vterm")
Expand Down

0 comments on commit a2a1aba

Please sign in to comment.