Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeka committed Mar 16, 2011
1 parent 1fa1211 commit 5551ce3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2011-03-16 version 0.7.1
* extension (miner - http://goo.gl/st7MJ)

2011-02-03 version 0.7.0
* deltree

Expand Down
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ executable?
Check if path is executable
exists?
Check if path exists
extension
Return the extension part of path
file?
True if path is a file
glob
Expand Down Expand Up @@ -87,6 +89,14 @@ Authors
=======
Miki Tebeka <miki.tebeka@gmail.com>
Justin Kramer <jkkramer@gmail.com> (glob->regexp)
miner (http://goo.gl/st7MJ) most of "extension" code

Changes
=======
See here_

.. _here: https://bitbucket.org/tebeka/fs/src/tip/ChangeLog


License
=======
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 fs "0.7.0"
(defproject fs "0.7.1"
:description "File system utilities for clojure"
:url "https://bitbucket.org/tebeka/fs/src"
:dependencies [[org.clojure/clojure "1.2.0"]])

0 comments on commit 5551ce3

Please sign in to comment.