Skip to content

Commit

Permalink
0.1.2: version sort tags; closes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 14, 2019
1 parent 7443fe9 commit 2768184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.1.1"
version = "0.1.2"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nimph/dependency.nim
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ proc peelRelease*(project: Project): Release =
result = project.peelRelease(project.release)

iterator matchingReleases(requirement: Requirement; head = "";
tags: GitTagTable = nil): Release =
tags: GitTagTable = nil): Release =
## yield releases that satisfy the requirement, using the head and tags
case requirement.release.kind:
of Tag:
Expand Down

0 comments on commit 2768184

Please sign in to comment.