Skip to content

Commit

Permalink
Preparing for 0.2.1
Browse files Browse the repository at this point in the history
* Added link to `mount' in README.
  • Loading branch information
danielsz committed Nov 23, 2015
1 parent 1f0ec25 commit 04d0c0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* Changes
** 0.2.0-SNAPSHOT
** 0.2.1-SNAPSHOT
** 0.2.0
- Dependencies: clojure 1.7.0, sente 1.6.0
- Cider nREPL component
- Neo4j component
Expand Down
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ There is a host of components libraries in the Clojure ecosystem, each with its
- [[https://github.com/palletops/leaven][leaven]] and [[https://github.com/palletops/bakery][bakery]]
- [[https://github.com/james-henderson/yoyo][yoyo]]
- [[http://docs.caudate.me/hara/#haracomponent][hara.component]]
- [[https://github.com/tolitius/mount][mount]]

Navigating this space can be difficult or overwhelming. Due to the nature of Open Source Software, it is unlikely to see any kind of standardization taking place. Let’s embrace the diversity instead, and emphasize the *compatibility* of components. As long as a component adheres to Stuart Sierra’s Lifecycle protocol, you can import it in your ~systems~ namespace and refer to it as any other native ~system~ component.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.danielsz/system "0.2.0"
(defproject org.danielsz/system "0.2.1-SNAPSHOT"
:description "Reloaded components à la carte"
:url "https://github.com/danielsz/system"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 04d0c0e

Please sign in to comment.