Release v0.1.4

This commit is contained in:
Lukas Wölfer
2026-01-17 00:47:53 +01:00
parent 31293d1807
commit 7baff3a50c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3190,7 +3190,7 @@ dependencies = [
[[package]] [[package]]
name = "teachertracker-rs" name = "teachertracker-rs"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View File

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