Skip to content

Commit

Permalink
bump gittyup to 3.2.2
Browse files Browse the repository at this point in the history
This version supports nimskull and fixes various memory leaks
  • Loading branch information
alaviss committed Nov 6, 2023
1 parent 0bbcd4c commit 8dd8878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap-nonimble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd temporary

git clone --depth 1 --branch 1.8.31 https://github.com/disruptek/bump.git
git clone --depth 1 --branch 2.0.1 https://github.com/disruptek/cutelog.git
git clone --depth 1 --branch 3.1.0 https://github.com/disruptek/gittyup.git
git clone --depth 1 --branch 3.2.2 https://github.com/disruptek/gittyup.git
git clone --depth 1 --branch 2.0.3 https://github.com/disruptek/cligen.git
git clone --depth 1 --branch 0.26.0 https://github.com/zevv/npeg.git
git clone --depth 1 --branch 1.0.2 https://github.com/disruptek/jsonconvert.git
Expand Down
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires "https://github.com/disruptek/github >= 3.0.0 & < 4.0.0"
requires "https://github.com/disruptek/jsonconvert < 2.0.0"
requires "https://github.com/disruptek/badresults >= 2.1.2 & < 3.0.0"
requires "https://github.com/disruptek/cutelog >= 2.0.0 & < 3.0.0"
requires "https://github.com/disruptek/gittyup >= 3.1.0 & < 4.0.0"
requires "https://github.com/disruptek/gittyup >= 3.2.2 & < 4.0.0"
requires "https://github.com/disruptek/ups >= 0.0.7 & < 1.0.0"

when not defined(release):
Expand Down

0 comments on commit 8dd8878

Please sign in to comment.