chore(pr): Version bump to v0.1.7 (#4)
Some checks failed
Rust / build_and_test (push) Successful in 30s
Release / build_release (push) Has been cancelled

This commit is contained in:
2026-01-18 00:40:34 +01:00
parent 9736adf7b2
commit ffb926b2a2
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ COMMIT_MSG=$(cat "$COMMIT_MSG_FILE")
# Regex pattern for Conventional Commits
# Example: "feat: add new feature" or "fix!: break everything"
PATTERN='^(feat|fix|docs|style|refactor|perf|test|chore|revert|build|ci|wip|workflow)([!]?): .{1,}$'
PATTERN='^(feat|fix|docs|style|refactor|perf|test|chore|revert|build|ci|wip|workflow)(\(.*\))?([!]?): .{1,}$'
if ! echo "$COMMIT_MSG" | grep -Eq "$PATTERN"; then
echo "❌ Invalid commit message format."

2
Cargo.lock generated
View File

@@ -3201,7 +3201,7 @@ dependencies = [
[[package]]
name = "teachertracker-rs"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"async-trait",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "teachertracker-rs"
version = "0.1.6"
version = "0.1.7"
edition = "2024"
authors = ["Lukas Wölfer <coding@thasky.one>"]
description = "A MediaWiki bot that updates score information of teachers"