Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Mar 5, 2024
1 parent de4c7ce commit 320ec97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Version sanity checks
run: |
git fetch --tags
GIT_VER="$(git tag | sort -rV | sed -En '/^v[0-9]+\.[0-9]+\.[0-9]+$/{p;q}')"
CARGO_VER="v$(sed -En '/^\s*version\s*=\s*"([^"]+)"$/{s//\1/; p}' Cargo.toml)"
SUCCESS=true
if [[ "${GIT_VER}" != "${CARGO_VER}" ]]; then
echo "Latest tag does not match version number in Cargo.toml"
SUCCESS=false
fi
echo "Latest tag: ${GIT_VER}"
echo "Cargo.toml: ${CARGO_VER}"
$SUCCESS || exit 1
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Check if Cargo.lock is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "neocities-client"
description = "Another client for the Neocities API"
version = "0.1.9"
version = "0.1.10"
license = "GPL-3.0"
authors = ["André Kugland <[email protected]>"]
homepage = "https://github.com/kugland/neocities-client"
Expand Down

0 comments on commit 320ec97

Please sign in to comment.