diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-11-27 09:13:36 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-11-27 09:13:36 +0200 |
| commit | 18f694931f0afe8b33e34731914e8bae81107b55 (patch) | |
| tree | e5e3ff21cd1b9b195b5122c348b473f0acc83ef1 | |
| parent | c90e6ddaa9845bf089989aad9fe3d62d6904e348 (diff) | |
Release 2.3v2.3.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | projectile.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae4498..3362c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 2.3.0 (2020-11-27) + ### New features * [#1517](https://github.com/bbatsov/projectile/issues/1517): Add project-specific compilation buffers and only ask to save files in the project when compiling. diff --git a/projectile.el b/projectile.el index 8037e78..3a686dd 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.3.0-snapshot +;; Version: 2.3.0 ;; Package-Requires: ((emacs "25.1") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. |
