diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-06-10 15:19:57 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-06-10 15:19:57 +0300 |
| commit | dc0e7a5ba46f92bd224a5e89f0af2ace0ed05ade (patch) | |
| tree | 6f45f5de567f5e70c5d36a6abef64d74d582556d | |
| parent | 6e807fc994fb3dc60b7062a521e39bb97885d486 (diff) | |
Release 2.2.0v2.2.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | doc/antora.yml | 2 | ||||
| -rw-r--r-- | projectile.el | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5126553..cfe7f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 2.2.0 (2020-06-10) + ### New features * [#1523](https://github.com/bbatsov/projectile/issues/1523): Add a new defcustom (`projectile-max-file-buffer-count`) controlling how many opened file buffers should Projectile maintain per project. diff --git a/doc/antora.yml b/doc/antora.yml index 3c534fb..3811654 100644 --- a/doc/antora.yml +++ b/doc/antora.yml @@ -1,5 +1,5 @@ name: projectile title: Projectile -version: master +version: 2.2 nav: - modules/ROOT/nav.adoc diff --git a/projectile.el b/projectile.el index 3b7a967..5bce8dd 100644 --- a/projectile.el +++ b/projectile.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; URL: https://github.com/bbatsov/projectile ;; Keywords: project, convenience -;; Version: 2.2.0-snapshot +;; Version: 2.2.0 ;; Package-Requires: ((emacs "25.1") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. |
