chore(master): release 0.6.3

This commit is contained in:
2026-02-01 04:10:14 -06:00
parent 215703593b
commit e2c4fcd0c2
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.6.3"
}
+7
View File
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [0.6.3](https://github.com/Xevion/Banner/compare/v0.6.2...v0.6.3) (2026-02-01)
### Code Refactoring
* Consolidate course data models into structured types ([2157035](https://github.com/Xevion/Banner/commit/215703593b6e6696f2dc478bd29644374fa1e787))
## [0.6.2](https://github.com/Xevion/Banner/compare/v0.6.1...v0.6.2) (2026-02-01)
Generated
+1 -1
View File
@@ -272,7 +272,7 @@ dependencies = [
[[package]]
name = "banner"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"anyhow",
"async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "banner"
version = "0.6.2"
version = "0.6.3"
edition = "2024"
default-run = "banner"