Skip to content

Commit d8288df

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-07-07) ### Features * add health monitor and additional tests ([0991d5f](0991d5f)) * add statistics server feature ([f218bec](f218bec)) * implement remaining 1.0 features ([806d0c1](806d0c1)) * initial commit ([5cdb624](5cdb624))
1 parent 806d0c1 commit d8288df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.0.0 (2025-07-07)
2+
3+
4+
### Features
5+
6+
* add health monitor and additional tests ([0991d5f](https://github.com/bloop-box/bloop-server-framework/commit/0991d5f625aca39f3e0b8ed9d227600d639d00d0))
7+
* add statistics server feature ([f218bec](https://github.com/bloop-box/bloop-server-framework/commit/f218becda6be1ac753772513a5e8c656fc1a5c76))
8+
* implement remaining 1.0 features ([806d0c1](https://github.com/bloop-box/bloop-server-framework/commit/806d0c168025408582f64ccd6257518f3edfa061))
9+
* initial commit ([5cdb624](https://github.com/bloop-box/bloop-server-framework/commit/5cdb6244c2e30d86d56186b5a9e2978ba59924ff))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloop-server-framework"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2024"
55
authors = ["Ben Scholzen 'DASPRiD' <[email protected]>"]
66
description = "Bloop server framework"

0 commit comments

Comments
 (0)