Skip to content

Commit

Permalink
Merge pull request #3 from nlamirault/develop
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
nlamirault authored Aug 2, 2016
2 parents 94bda9a + d89c631 commit 27d06be
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Emacs
*~
.cask/
*.elc
elpa
.projectile

8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# opensource.el ChangeLog

# Version 0.1.0
# Version 0.2.0 (2016-08-02)

- Setup continuous integration
- Update documentation
- #PR1: Use newer melpa URL

# Version 0.1.0 (2016-06-20)

- Get a list of all licenses
- Get a license
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
[![Coverage Status](https://coveralls.io/repos/nlamirault/opensource.el/badge.png)](https://coveralls.io/r/nlamirault/opensource.el)

Master :
* [![MELPA Stable](https://stable.melpa.org/packages/opensource.el.svg)](https://stable.melpa.org/#/opensource.el)
* [![MELPA Stable](https://stable.melpa.org/packages/opensource.svg)](https://stable.melpa.org/#/opensource)
* [![Circle CI](https://circleci.com/gh/nlamirault/opensource.el/tree/master.svg?style=svg)](https://circleci.com/gh/nlamirault/opensource.el/tree/master)

Develop:
* [![Melpa Status](https://melpa.org/packages/opensource.el-badge.svg)](https://melpa.org/#/opensource.el)
* [![Melpa Status](https://melpa.org/packages/opensource-badge.svg)](https://melpa.org/#/opensource)
* [![Circle CI](https://circleci.com/gh/nlamirault/opensource.el/tree/develop.svg?style=svg)](https://circleci.com/gh/nlamirault/opensource.el/tree/develop)

Emacs client for the [Opensource API](https://api.opensource.org/)
Expand Down
5 changes: 3 additions & 2 deletions opensource.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Nicolas Lamirault <[email protected]>
;; URL: https://github.com/nlamirault/opensource.el
;; Version: 0.1.0
;; Version: 0.2.0
;; Keywords: opensource

;; Package-Requires: ((s "1.11.0") (dash "2.12.1") (pkg-info "0.6.0") (request "0.2.0"))
Expand All @@ -27,7 +27,8 @@

;;; Installation:

;; Available as a package in melpa.org.
;; opensource is available on the two major community maintained repositories -
;; Melpa stable (https://stable.melpa.org), and Melpa (https://melpa.org)

;; (add-to-list 'package-archives
;; '("melpa" . "https://melpa.org/packages/") t)
Expand Down
2 changes: 1 addition & 1 deletion test/opensource-version-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

(require 'pkg-info)

(setq current-version "0.1.0")
(setq current-version "0.2.0")

(ert-deftest opensource-library-version ()
(with-test-sandbox
Expand Down

0 comments on commit 27d06be

Please sign in to comment.