You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md.bak
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.1] - 2025-07-19
9
+
10
+
### ✨ Features
11
+
- feat: add RustyCord release script
12
+
- feat: add initial changelog for project documentation
13
+
- feat: add Makefile for development commands
14
+
- feat: add comprehensive documentation and development warnings
15
+
- feat: enhance documentation with usage examples and development warnings
16
+
- feat: add package metadata and documentation assets
17
+
- feat: add troubleshooting guide and prefix command implementation
18
+
- feat: add comprehensive documentation for installation and usage of RustCord
19
+
- feat: update README.md with comprehensive bot setup and logging configuration
20
+
- feat: Implement ShardManager for managing Discord shards
21
+
- feat: update async-trait dependency to version 0.1.88 and increment Cargo.lock version
22
+
- feat: enhance logging in BotBase methods for better traceability
23
+
- feat: enhance Client struct with event dispatcher and message sending methods
24
+
- feat: implement builder methods for Embed struct
25
+
- feat: enhance HTTP client with message sending functionality
26
+
- feat: enhance Discord WebSocket handling with improved logging and client integration
27
+
- feat: add handlers module to the project
28
+
- feat: add message handler and event dispatcher modules
29
+
- feat: implement event dispatcher and message handler registry
30
+
31
+
### 🐛 Bug Fixes
32
+
- fix: Fix doctest compilation errors and naming convention
33
+
- fix: replace hardcoded Discord token with placeholder
34
+
- fix: correct capitalization in development notice
35
+
- fix: clone client for shard tasks to ensure proper task execution
36
+
- fix: change bot field to optional in User model
37
+
38
+
### 📝 Other Changes
39
+
- refactor: remove unused test cases and related structures from prefix.rs
40
+
- docs: add development commands section to README.md
41
+
- chore: remove obsolete source files and Cargo.toml
42
+
- chore: replace old images with new branding assets for rustycord
43
+
- Rename project from RustCord to rustycord, updating all references in documentation, examples, and source code. Adjusted package metadata, logos, and URLs to reflect the new name. Ensured consistency across all files, including Cargo.toml, README.md, and various documentation files. Updated example projects to use the new library name and verified that all instances of the old name were replaced.
44
+
- chore: update mkdocs configuration for development version
45
+
- chore: update .gitignore to include .env and log files
46
+
- refactor: remove unused imports from gateway module
47
+
- refactor: comment out event handling methods in Manager implementation
48
+
- Add prefix commands example with custom commands and setup instructions
49
+
- docs: update logger setup documentation and fix parameter typo
0 commit comments