Skip to content

Commit

Permalink
Prepare release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jan 18, 2016
1 parent 1a9535e commit 383d88b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *Pulsar*<br/>Fibers, Channels and Actors for Clojure
[![Build Status](https://travis-ci.org/puniverse/pulsar.svg?branch=master)](https://travis-ci.org/puniverse/pulsar) [![Dependency Status](https://www.versioneye.com/user/projects/52b019ccec137505ee00002e/badge.png?style=flat)](https://www.versioneye.com/user/projects/52b019ccec137505ee00002e) [![Version](http://img.shields.io/badge/version-0.7.3-blue.svg?style=flat)](https://github.com/puniverse/pulsar/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html)
[![Build Status](https://travis-ci.org/puniverse/pulsar.svg?branch=master)](https://travis-ci.org/puniverse/pulsar) [![Dependency Status](https://www.versioneye.com/user/projects/52b019ccec137505ee00002e/badge.png?style=flat)](https://www.versioneye.com/user/projects/52b019ccec137505ee00002e) [![Version](http://img.shields.io/badge/version-0.7.4-blue.svg?style=flat)](https://github.com/puniverse/pulsar/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html)

Pulsar wraps the [Quasar](https://github.com/puniverse/quasar) library with a Clojure API that's very similar to Erlang.

Expand All @@ -12,14 +12,14 @@ Java 7 and up and Clojure 1.5 and up are required to run Pulsar.
Add the following dependencies to [Leiningen](http://github.com/technomancy/leiningen/)'s project.clj:

```clojure
[co.paralleluniverse/quasar-core "0.7.3"]
[co.paralleluniverse/pulsar "0.7.3"]
[co.paralleluniverse/quasar-core "0.7.4"]
[co.paralleluniverse/pulsar "0.7.4"]
```

Then, the following must be added to the project.clj file:

~~~ clojure
:java-agents [[co.paralleluniverse/quasar-core "0.7.3"]]
:java-agents [[co.paralleluniverse/quasar-core "0.7.4"]]
~~~

or, add the following to the java command line:
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kramdown:

# Site globals used throughout docs.
project: Pulsar
version: 0.7.3
version: 0.7.4
github: puniverse/pulsar
google_group: "https://groups.google.com/forum/#!forum/quasar-pulsar-user"
ga_tracking_id: UA-25007319-2
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Aside from Pulsar's dependency on Quasar and its dependent libraries, Pulsar mak

## News

### January 18, 2016

Pulsar [0.7.4](https://github.com/puniverse/quasar/releases/tag/v0.7.4) has been released.

### August 28, 2015

Pulsar [0.7.3](https://github.com/puniverse/quasar/releases/tag/v0.7.3) has been released.
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def quasar-version "0.7.4-SNAPSHOT")
(def quasar-version "0.7.4")

(defproject co.paralleluniverse/pulsar "0.7.4-SNAPSHOT"
(defproject co.paralleluniverse/pulsar "0.7.4"
:description "A Clojure lightweight thread, asynchronous programming, and actor library"
:url "http://github.com/puniverse/pulsar"
:licenses [{:name "Eclipse Public License - v 1.0" :url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit 383d88b

Please sign in to comment.