Skip to content

Commit eab5820

Browse files
committed
chore: release v0.1.5
1 parent 7b1a9c9 commit eab5820

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.5] - 2025-07-21
9+
10+
### 📝 Other Changes
11+
- chore: update rustycord version to 0.1.4 and remove docs.rs metadata
12+
- docs: update site name and enhance navigation with icons
813
## [0.1.4] - 2025-07-21
914

1015
### 🐛 Bug Fixes

CHANGELOG.md.bak

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4] - 2025-07-21
9+
10+
### 🐛 Bug Fixes
11+
- fix: update docs.rs build configuration and add development notice
12+
- fix: allow publishing to crates.io with uncommitted changes
13+
14+
### 📝 Other Changes
15+
- chore: update rustycord version to 0.1.3 in Cargo.lock
816
## [0.1.3] - 2025-07-21
917

1018
### 📝 Other Changes

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.4"
3+
version = "0.1.5"
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustycord"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "A fast, lightweight, and feature-rich Discord bot library written in Rust."
66
license = "MIT"
@@ -10,11 +10,6 @@ keywords = ["discord", "bot", "api", "async", "development"]
1010
categories = ["api-bindings", "asynchronous", "development-tools"]
1111
readme = "README.md"
1212

13-
[package.metadata.docs.rs]
14-
all-features = true
15-
rustdoc-args = ["--cfg", "docsrs", "--html-before-content", "docs-warning.html"]
16-
targets = ["x86_64-unknown-linux-gnu"]
17-
1813
[dependencies]
1914
async-trait = "0.1"
2015
chrono = "0.4.38"

0 commit comments

Comments
 (0)