Skip to content

Commit 1530298

Browse files
committed
chore: release version 0.2.8
1 parent 69acdfb commit 1530298

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.8] - 2024-11-20
6+
7+
### 🚀 Features
8+
9+
- *(ci)* Add clippy check to publish workflow and fix lint warnings
10+
- *(templates)* Add Makefile and rust-toolchain to rust templates
11+
12+
### 📚 Documentation
13+
14+
- Improve contributing guide and makefile documentation
15+
16+
### ⚙️ Miscellaneous Tasks
17+
18+
- *(ci)* Simplify publish workflow
19+
- *(ci)* Switch to nightly toolchain for advanced formatting
20+
- *(github)* Streamline repository configuration and ci
21+
- *(dev)* Implement development automation and update docs
22+
523
## [0.2.7] - 2024-11-19
624

725
### 🐛 Bug Fixes

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = [
99
license = "MIT"
1010
name = "gblend"
1111
repository = "https://github.com/fluentlabs-xyz/gblend"
12-
version = "0.2.7"
12+
version = "0.2.8"
1313

1414
[dependencies]
1515
anyhow = "1.0.86"

0 commit comments

Comments
 (0)