Skip to content

Commit fa37fbd

Browse files
0.15.0 (#2700)
2 parents b1f300c + dbd9e19 commit fa37fbd

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
1-
# [Next Version, Phosphorus I](https://github.com/TeamHarTex/HarTex/compare/0.14.0...nightly)
1+
# [Next Version, Sulphur I](https://github.com/TeamHarTex/HarTex/compare/0.15.0...nightly)
22

33
> **x** contributor made contributions to this release
44
55
> **y** commits since 2025-05-14
66
77
## API Backend
88

9+
## Buildsystem
10+
11+
## Database Infrastructure
12+
13+
## Discord Frontend
14+
15+
## Localization Infrastructure
16+
17+
## Rust Utilities
18+
19+
## Web Frontend
20+
21+
# [Version 0.15.0, Phosphorus I (2025-06-28)](https://github.com/TeamHarTex/HarTex/compare/0.14.0..0.15.0)
22+
23+
> **1** contributor made contributions to this release
24+
25+
> **144** commits since 2025-05-14
26+
27+
## API Backend
28+
929
- **Changed:** updated `rust-version` to 1.90
1030
- **Changed:** migrated to `formati` for format strings
1131
- **Changed:** migrated to `tracing` for logging
@@ -40,8 +60,6 @@
4060
- **Changed:** migrated to `formati` for format strings
4161
- **Changed:** migrated to `tracing` for logging
4262

43-
## Web Frontend
44-
4563
# [Version 0.14.0, Silicon I (2025-05-14)](https://github.com/TeamHarTex/HarTex/compare/0.13.0..0.14.0)
4664

4765
> **1** contributor made contributions to this release

discord-frontend/hartex-discord-commands/src/utilities/info/info_server.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,7 @@ pub async fn execute(
245245
.field(EmbedFieldBuilder::new(
246246
format!("<:role:1139004530277765211> {serverinfo_embed_roleinfo_field_name}"),
247247
format!(
248-
"{} {}",
249-
serverinfo_embed_roleinfo_rolecount_subfield_name,
250-
roles,
248+
"{serverinfo_embed_roleinfo_rolecount_subfield_name} {roles}",
251249
),
252250
))
253251
.field(EmbedFieldBuilder::new(

0 commit comments

Comments
 (0)