Skip to content

Commit 7dbd043

Browse files
authored
Merge pull request #4397 from tgross35/release-ctest
Release ctest 0.4.11
2 parents 24b1259 + d92334c commit 7dbd043

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
30+
with:
31+
# FIXME(release): release-pr is broken since we have two release tracks for
32+
# `libc` :(
33+
command: release

.release-plz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_tag_name = "{{ version }}"
88
name = "ctest"
99
changelog_path = "ctest/CHANGELOG.md"
1010
git_release_name = "ctest-{{ version }}"
11-
git_tag_name = "ctest-{{ version }}"
11+
git_tag_name = "ctest-v{{ version }}"
1212

1313
[changelog]
1414
body = """

ctest/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.4.11 (2024-04-11)
4+
5+
- Clean up some `ctest` internals
6+
- Increase the recursion limit to fix building on docs.rs
7+
8+
<!-- FIXME(ctest): some versions are missing -->
9+
310
## 0.4.7 (2023-06-10)
411

512
### Commit Statistics

ctest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctest"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
license = "MIT OR Apache-2.0"
55
readme = "README.md"
66
repository = "https://github.com/rust-lang/libc"

0 commit comments

Comments
 (0)