Skip to content

Commit

Permalink
Bump pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Sep 7, 2019
1 parent 2b61052 commit 5dc1df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.6"
version = "0.7"
author = "Charles Blake"
description = "A post-modern, \"multi-dimensional\" configurable ls/file lister"
license = "MIT/ISC"
Expand Down

5 comments on commit 5dc1df4

@SolitudeSF
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build fails with /home/solitude/git/lc/lc.nim(178, 43) Error: type mismatch: got <uint32> but expected 'int'

@c-blake
Copy link
Owner Author

@c-blake c-blake commented on 5dc1df4 Sep 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I think that's a Nim change. Still compiles with old Nim. I committed a fix just now. Do you need me to bump the release or are you ok using HEAD?

@c-blake
Copy link
Owner Author

@c-blake c-blake commented on 5dc1df4 Sep 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Also, if you like lc, you might also like procs.)

@SolitudeSF
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im ok using head.

i already checked it out and already like it.

@c-blake
Copy link
Owner Author

@c-blake c-blake commented on 5dc1df4 Sep 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Cool Re no version bump.

procs is a bit less fully written, but I already use it every day, and I may be busy over the next few months and not have time for it. So, I figured I'd release what I have now.

Please sign in to comment.