File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.3] - 2025-07-21
9+
10+ ### 📝 Other Changes
11+ - docs: update documentation links to use angle brackets
12+ - docs: update links in documentation to use angle brackets
13+ - docs: update README and index files with project badges and title
14+ - chore: update rustycord version to 0.1.2 in Cargo.lock
815## [ 0.1.2] - 2025-07-21
916
1017### ✨ Features
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [0.1.2] - 2025-07-21
9+
10+ ### ✨ Features
11+ - feat: add LICENSE file and update project license information in PROGRESS.md
12+
13+ ### 🐛 Bug Fixes
14+ - fix: ensure text messages are returned as strings in DiscordWebSocket
15+
16+ ### 📝 Other Changes
17+ - docs: add contributing guidelines and project roadmap
18+ - refactor: improve ChannelMessage struct for better readability
19+ - Add comprehensive logging and message handler examples
20+ - chore: update Cargo.lock for v0.1.1 release
821## [0.1.1] - 2025-07-19
922
1023### ✨ Features
Original file line number Diff line number Diff line change 11[package ]
22name = " rustycord"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition = " 2021"
55description = " A fast, lightweight, and feature-rich Discord bot library written in Rust."
66license = " MIT"
Original file line number Diff line number Diff line change 11[package]
22name = "rustycord"
3- version = "0.1.1 "
3+ version = "0.1.2 "
44edition = "2021"
55description = "A fast, lightweight, and feature-rich Discord bot library written in Rust."
66license = "MIT"
You can’t perform that action at this time.
0 commit comments