Skip to content

Commit 5551ce3

Browse files
committed
0.7.1
1 parent 1fa1211 commit 5551ce3

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2011-03-16 version 0.7.1
2+
* extension (miner - http://goo.gl/st7MJ)
3+
14
2011-02-03 version 0.7.0
25
* deltree
36

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ executable?
4242
Check if path is executable
4343
exists?
4444
Check if path exists
45+
extension
46+
Return the extension part of path
4547
file?
4648
True if path is a file
4749
glob
@@ -87,6 +89,14 @@ Authors
8789
=======
8890
Miki Tebeka <[email protected]>
8991
Justin Kramer <[email protected]> (glob->regexp)
92+
miner (http://goo.gl/st7MJ) most of "extension" code
93+
94+
Changes
95+
=======
96+
See here_
97+
98+
.. _here: https://bitbucket.org/tebeka/fs/src/tip/ChangeLog
99+
90100

91101
License
92102
=======

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject fs "0.7.0"
1+
(defproject fs "0.7.1"
22
:description "File system utilities for clojure"
33
:url "https://bitbucket.org/tebeka/fs/src"
44
:dependencies [[org.clojure/clojure "1.2.0"]])

0 commit comments

Comments
 (0)