Skip to content

Commit

Permalink
Release 1.0.0!!!
Browse files Browse the repository at this point in the history
I guess this had to happen at some point, right? ;-)
  • Loading branch information
bbatsov committed Jul 21, 2018
1 parent bf8bc81 commit 09d1ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 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)

## 1.0.0 (2018-07-21)

### New Features

* [#1243](https://github.com/bbatsov/projectile/pull/1243) Add [angular](https://angular.io) project support.
Expand Down
4 changes: 2 additions & 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: 1.0.0-snapshot
;; Version: 1.0.0
;; Package-Requires: ((emacs "25.1") (pkg-info "0.4"))

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -71,7 +71,7 @@
"Manage and navigate projects easily."
:group 'tools
:group 'convenience
:link '(url-link :tag "Github" "https://github.com/bbatsov/projectile")
:link '(url-link :tag "GitHub" "https://github.com/bbatsov/projectile")
:link '(url-link :tag "Online Manual" "https://projectile.readthedocs.io/")
:link '(emacs-commentary-link :tag "Commentary" "projectile"))

Expand Down

0 comments on commit 09d1ef1

Please sign in to comment.