Skip to content

Commit 76fbdff

Browse files
chore(release): set Cargo.toml to 5.0.0 [skip ci]
# [5.0.0](v4.1.0...v5.0.0) (2025-07-12) ### Features * major rewrite and protocol v3 implementation ([7e2dde5](7e2dde5)) ### BREAKING CHANGES * Your server needs to support the Bloop v3 protocol. Additionally you need to update your bloop-box-data to conform to the new structure.
1 parent 7e2dde5 commit 76fbdff

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/bloop-box/bloop-box-client/compare/v4.1.0...v5.0.0) (2025-07-12)
2+
3+
4+
### Features
5+
6+
* major rewrite and protocol v3 implementation ([7e2dde5](https://github.com/bloop-box/bloop-box-client/commit/7e2dde59051c7c25623d876b25d89efb974e47f3))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Your server needs to support the Bloop v3 protocol. Additionally you need to
12+
update your bloop-box-data to conform to the new structure.
13+
114
# [4.1.0](https://github.com/bloop-box/bloop-box-client/compare/v4.0.1...v4.1.0) (2024-02-11)
215

316

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bloop-box"
33
description = "Bloop Box Client"
4-
version = "4.1.0"
4+
version = "5.0.0"
55
authors = ["Ben Scholzen (DASPRiD) <mail@dasprids.de>"]
66
edition = "2021"
77
readme = "README.md"

0 commit comments

Comments
 (0)