File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 2.8.0 (2023-10-13)
6+
57### New features
68
79* [ #1862 ] ( https://github.com/bbatsov/projectile/pull/1862 ) : Add project types "yarn" and "pnpm" separate from "npm".
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: projectile
22title : Projectile
33# We always provide version without patch here (e.g. 1.1),
44# as patch versions should not appear in the docs.
5- version : ~
5+ version : 2.8
66nav :
77- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change 55; ; Author: Bozhidar Batsov <bozhidar@batsov.dev>
66; ; URL: https://github.com/bbatsov/projectile
77; ; Keywords: project, convenience
8- ; ; Version: 2.8.0-snapshot
8+ ; ; Version: 2.8.0
99; ; Package-Requires: ((emacs "25.1"))
1010
1111; ; This file is NOT part of GNU Emacs.
@@ -886,7 +886,7 @@ Should be set via .dir-locals.el.")
886886
887887; ;; Version information
888888
889- (defconst projectile-version " 2.8.0-snapshot "
889+ (defconst projectile-version " 2.8.0"
890890 " The current version of Projectile." )
891891
892892(defun projectile--pkg-version ()
You can’t perform that action at this time.
0 commit comments