Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jan 8, 2024
1 parent 23190f5 commit 90ac13f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.1.0 (Unreleased)

Initial release of `suave-geth`.
2 changes: 1 addition & 1 deletion suave/scripts/parse-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ while IFS= read -r line; do
found_version=true
found_anything=true
continue
elif [[ $line == "##"* ]]; then
elif [[ $line == "## "* ]]; then
# We moved to another version, stop processing
found_version=false
fi
Expand Down

0 comments on commit 90ac13f

Please sign in to comment.