Skip to content

Commit e043208

Browse files
williamdesclaudehappy-otter
committed
docs: release v2.1.0 in CHANGELOG
Promote the previous Unreleased section to [v2.1.0] - 2026-05-05 (the date the moving v2 marketplace tag was retagged onto this content). The license-fix entry merges into the v2.1.0 Fixed list. v1.x dates stay as they were. No Unreleased section for now. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 498e407 commit e043208

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
9-
### Fixed
10-
- `Cargo.toml`'s `license` field said `MIT` while the actual `LICENSE`
11-
file in the repository (and the rest of the `sudo-bot` actions
12-
family) is the Mozilla Public License 2.0. Corrected the metadata
13-
to match: `license = "MPL-2.0"`. No code change.
7+
## [v2.1.0] - 2026-05-05
148

159
### Added
1610
- Gitea self-hosted support. The action auto-detects Gitea Actions (via
@@ -33,13 +27,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3327
produced malformed URLs that GitHub would reject. Replaced with an
3428
RFC 3986 path-segment encoder that keeps the unreserved set and
3529
percent-encodes every other byte.
30+
- `Cargo.toml`'s `license` field said `MIT` while the actual `LICENSE`
31+
file in the repository (and the rest of the `sudo-bot` actions
32+
family) is the Mozilla Public License 2.0. Corrected the metadata
33+
to match: `license = "MPL-2.0"`. No code change.
3634

3735
### Changed
3836
- `OctocrabClient::get_pull` now deserialises responses straight into the
3937
action's minimal `PullRequest` projection instead of going through
4038
octocrab's typed `pulls().get()` API and serde-cycling the result.
4139
Same wire request, more resilient to forks that omit optional GitHub
4240
fields.
41+
- `octocrab` upgraded `0.49``0.50`.
4342

4443
### Internal
4544
- Test count grew from 19 to 74. New coverage: `wiremock` integration
@@ -123,8 +122,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123122

124123
- First stable version
125124

126-
[Unreleased]: https://github.com/sudo-bot/action-pull-request-merge/compare/v2...HEAD
127-
[v2.0.0]: https://github.com/sudo-bot/action-pull-request-merge/compare/v1.2.0...v2
125+
[v2.1.0]: https://github.com/sudo-bot/action-pull-request-merge/compare/v1.2.0...v2
128126
[v1.2.0]: https://github.com/sudo-bot/action-pull-request-merge/compare/v1.1.1...v1.2.0
129127
[v1.1.1]: https://github.com/sudo-bot/action-pull-request-merge/compare/v1.1.0...v1.1.1
130128
[v1.1.0]: https://github.com/sudo-bot/action-pull-request-merge/compare/v1.0.3...v1.1.0

0 commit comments

Comments
 (0)