Skip to content

Commit de73852

Browse files
committed
chore: Bump version to 0.4.3 (#49)
Prepare for new release
1 parent c91c957 commit de73852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-repo-stuff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
git log --format=%B -n 1 $GITHUB_SHA | head -1 > /tmp/commit_msg
4949
50-
NUMBER=$( cat /tmp/commit_msg | head -1 | tr -cd [:digit:] )
50+
NUMBER=$( cat /tmp/commit_msg | head -1 | sed 's/.*(\#\(.*\))/\1/' )
5151
echo "PR number is: $NUMBER"
5252
echo "::set-output name=number::$NUMBER"
5353

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "git-url-parse"
1010
readme = "README.md"
1111
repository = "https://github.com/tjtelan/git-url-parse-rs"
12-
version = "0.4.2"
12+
version = "0.4.3"
1313

1414
[dependencies]
1515
tracing = "0.1"

0 commit comments

Comments
 (0)