Skip to content

Commit d8e8acc

Browse files
committed
chore: Release
1 parent c64dd46 commit d8e8acc

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [2.0.0-beta.60] - 2026-06-25
6+
7+
### Build
8+
9+
- Remove unused bytes and regex deps from manta-cli
10+
11+
### Miscellaneous Tasks
12+
13+
- [**breaking**] Make site field optional and remove [sites] table (#103)
14+
- Regenerate man pages + shell completions [skip ci]
15+
516
## [2.0.0-beta.59] - 2026-06-22
617

718
### Documentation

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/manta-shared", "crates/manta-cli", "crates/manta-server"]
44

55
# Shared package metadata. Inherited per-crate via `version.workspace = true`.
66
[workspace.package]
7-
version = "2.0.0-beta.59"
7+
version = "2.0.0-beta.60"
88
edition = "2024"
99
authors = [
1010
"Manuel Sopena Ballesteros <msopena@cscs.ch>",
@@ -27,7 +27,7 @@ repository = "https://github.com/eth-cscs/manta"
2727
# manta-cli move together — they're not independently semver-
2828
# compatible. Bump this in lockstep with the workspace version on
2929
# every release.
30-
manta-shared = { path = "crates/manta-shared", version = "=2.0.0-beta.59" }
30+
manta-shared = { path = "crates/manta-shared", version = "=2.0.0-beta.60" }
3131
# Sibling repos — registry-only (no `path = "../..."`) so CI runners
3232
# and fresh-clone contributors that don't have the adjacent sibling
3333
# checkouts can still resolve them. cargo's `path` attribute is

0 commit comments

Comments
 (0)