Skip to content

Commit 8f72c7a

Browse files
committed
chore: release v0.1.3
1 parent 899de2c commit 8f72c7a

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

CHANGELOG.md.bak

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustycord"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "A fast, lightweight, and feature-rich Discord bot library written in Rust."
66
license = "MIT"

Cargo.toml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustycord"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "A fast, lightweight, and feature-rich Discord bot library written in Rust."
66
license = "MIT"

0 commit comments

Comments
 (0)