Skip to content

Commit 855cf24

Browse files
committed
chore: release v0.1.4
1 parent ec299cc commit 855cf24

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

CHANGELOG.md.bak

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

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.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"

Cargo.toml.bak

Lines changed: 4 additions & 2 deletions
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"
@@ -11,7 +11,9 @@ categories = ["api-bindings", "asynchronous", "development-tools"]
1111
readme = "README.md"
1212

1313
[package.metadata.docs.rs]
14-
rustdoc-args = ["--html-before-content", "docs-warning.html"]
14+
all-features = true
15+
rustdoc-args = ["--cfg", "docsrs", "--html-before-content", "docs-warning.html"]
16+
targets = ["x86_64-unknown-linux-gnu"]
1517

1618
[dependencies]
1719
async-trait = "0.1"

0 commit comments

Comments
 (0)