Skip to content

Commit

Permalink
bump version: 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed Feb 13, 2015
1 parent 82b2806 commit 2a56d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
=== (ongoing) ===
* implement behavior for .gitignore

=== 0.3 ==
* upgrade pygit to 0.22.0
* fix deleting a directory bug #180
* introduce idle mode #156
* close minor issues: #97, #177

=== 0.2.4 ==
* feature: added `hard_ignore` and `ignore_file` mount options
* fixed: `link` syscall
Expand Down
2 changes: 1 addition & 1 deletion gitfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.6"
__version__ = "0.3"


def mount():
Expand Down

0 comments on commit 2a56d1e

Please sign in to comment.