Skip to content

Commit

Permalink
2.5.9: last windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 18, 2020
1 parent c80b8ac commit 0431b56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ This is a _higher_-level and idiomatic abstraction for
[nimgit2](https://github.com/genotrance/nimgit2) wrapper produced by
[nimterop](https://github.com/nimterop/nimterop).

## Support
## Exceptional Support ... so to speak

Supported on Linux, OS X, and Windows, with the following caveats:

### nim-1.5.1 c --os:windows

Unsupported due to apparent Nimterop issues.

### cpp --cc:clang --define:git2Static

Expand All @@ -21,10 +27,6 @@ Unsupported due to codegen bug. Note that this generally includes MacOSX.

Unsupported due to ARC codegen bug.

### everything else

Supported on Windows, OS X, Linux.

## Usage

You need a libgit2 >= 1.0.0; I recommend one of these combinations of build
Expand Down
2 changes: 1 addition & 1 deletion gittyup.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.5.7"
version = "2.5.9"
author = "disruptek"
description = "higher-level libgit2 bindings that build upon nimgit2"
license = "MIT"
Expand Down

0 comments on commit 0431b56

Please sign in to comment.