Skip to content

Commit 8c0a553

Browse files
authored
Merge pull request #2052 from github/release/6.0.0
release: v6.0.0
2 parents 626fd4a + 069a41b commit 8c0a553

4 files changed

Lines changed: 37 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313

1414
steps:
15-
- uses: actions/stale@v10.2.0
15+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: >

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
github-markup (5.0.1)
12+
github-markup (6.0.0)
1313

1414
GEM
1515
remote: https://rubygems.org/

HISTORY.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 6.0.0 - 2026-05-04
2+
3+
### Breaking
4+
5+
* Drop support for Ruby < 3.3 (Ruby 3.1 EOL March 2025, Ruby 3.2 EOL March 2026)
6+
7+
### Security
8+
9+
* Use HTTPS for cpanminus download in CI to prevent MITM attacks [#2050](https://github.com/github/markup/pull/2050)
10+
* Bump nokogiri to >= 1.19.1 to fix GHSA-wx95-c6cv-8532
11+
* Harden CI pip install with `--require-hashes --no-deps` [#2048](https://github.com/github/markup/pull/2048)
12+
* Use HTTPS for RubyGems source URL in Gemfile [#1854](https://github.com/github/markup/pull/1854)
13+
* Add explicit `contents: read` permissions to CI workflow [#1855](https://github.com/github/markup/pull/1855)
14+
* Bump rexml from 3.3.0 to 3.3.9 (multiple security fixes)
15+
16+
### Bug Fixes
17+
18+
* Fix RST section ID rendering to iterate all anchors instead of only the first [040f91d](https://github.com/github/markup/commit/040f91d)
19+
20+
### Documentation
21+
22+
* Fix spelling errors in codebase [#1479](https://github.com/github/markup/pull/1479)
23+
* Fix broken Textile language link in README [#1703](https://github.com/github/markup/pull/1703)
24+
25+
### Infrastructure
26+
27+
* Remove legacy Dockerfile and .dockerignore (Ubuntu Trusty, non-functional) [#2048](https://github.com/github/markup/pull/2048)
28+
* Update CI test matrix: drop Ruby 3.2, add Ruby 4.0 (now testing 3.3, 3.4, 4.0)
29+
* Bump nokogiri to 1.19.2, activesupport to 7.2.3.1
30+
* Bump github-linguist from 7.30.0 to 9.1.0, then to 9.3.0
31+
* Pin all GitHub Actions to commit SHAs for supply chain hardening
32+
* Add Dependabot configuration for automated dependency updates
33+
* Various Dependabot bumps for CI actions (ruby/setup-ruby, actions/checkout, actions/cache, actions/setup-python, actions/stale)
34+
135
## 5.0.1 - 2024-06-17
236
* Bump activesupport from 4.0 to 7.1.3.4
337

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '5.0.1'
3+
VERSION = '6.0.0'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)