Skip to content

Commit c1cb31b

Browse files
chore: Release
1 parent 95f3837 commit c1cb31b

File tree

4 files changed

+19
-22
lines changed

4 files changed

+19
-22
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/
1+
# This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist
22
#
33
# Copyright 2022-2024, axodotdev
44
# SPDX-License-Identifier: MIT or Apache-2.0
@@ -63,7 +63,7 @@ jobs:
6363
# we specify bash to get pipefail; it guards against the `curl` command
6464
# failing. otherwise `sh` won't catch that `curl` returned non-0
6565
shell: bash
66-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh"
66+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2/cargo-dist-installer.sh | sh"
6767
- name: Cache dist
6868
uses: actions/upload-artifact@v4
6969
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased] - ReleaseDate
88

9+
## [3.3.0] - 2025-07-23
10+
911
### Added
1012

1113
- Add collection switcher modal [#536](https://github.com/LucasPickering/slumber/issues/536)

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage = "https://slumber.lucaspickering.me"
2020
keywords = ["rest", "http", "terminal", "tui"]
2121
license = "MIT"
2222
repository = "https://github.com/LucasPickering/slumber"
23-
version = "3.2.0"
23+
version = "3.3.0"
2424
# Keep in sync w/ rust-toolchain.toml
2525
rust-version = "1.88.0"
2626

@@ -45,12 +45,12 @@ serde = {version = "1.0.204", default-features = false}
4545
serde_json = {version = "1.0.120", default-features = false, features = ["preserve_order"]}
4646
serde_test = "1.0.176"
4747
serde_yaml = {version = "0.9.0", default-features = false}
48-
slumber_cli = {path = "./crates/cli", version = "3.2.0"}
49-
slumber_config = {path = "./crates/config", version = "3.2.0"}
50-
slumber_core = {path = "./crates/core", version = "3.2.0"}
51-
slumber_import = {path = "./crates/import", version = "3.2.0"}
52-
slumber_tui = {path = "./crates/tui", version = "3.2.0"}
53-
slumber_util = {path = "./crates/util", version = "3.2.0"}
48+
slumber_cli = {path = "./crates/cli", version = "3.3.0"}
49+
slumber_config = {path = "./crates/config", version = "3.3.0"}
50+
slumber_core = {path = "./crates/core", version = "3.3.0"}
51+
slumber_import = {path = "./crates/import", version = "3.3.0"}
52+
slumber_tui = {path = "./crates/tui", version = "3.3.0"}
53+
slumber_util = {path = "./crates/util", version = "3.3.0"}
5454
strum = {version = "0.26.3", default-features = false}
5555
terminput = "0.5.3"
5656
thiserror = "2.0.12"
@@ -121,7 +121,7 @@ pre-release-replacements = [
121121
# Config for 'dist'
122122
[workspace.metadata.dist]
123123
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
124-
cargo-dist-version = "0.28.0"
124+
cargo-dist-version = "0.28.2"
125125
# CI backends to support
126126
ci = "github"
127127
# The installers to generate for each app
@@ -138,8 +138,3 @@ pr-run-mode = "plan"
138138
install-updater = false
139139
# Path that installers should place binaries in
140140
install-path = "CARGO_HOME"
141-
142-
[workspace.metadata.dist.github-custom-runners]
143-
global = "ubuntu-22.04"
144-
x86_64-unknown-linux-gnu = "ubuntu-22.04"
145-
x86_64-unknown-linux-musl = "ubuntu-22.04"

0 commit comments

Comments
 (0)