Skip to content

Commit 7ced7f0

Browse files
committed
Release 4.0.0
1 parent 136fb02 commit 7ced7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This document provides a high-level view of the changes to the {project-name} by release.
66
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
77

8-
== Unreleased
8+
== 4.0.0 (2025-06-25) - @slonopotamus
99

1010
* Drop support for Ruby 2.6.
1111
The oldest supported is 2.7 now.

lib/pygments/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Pygments
4-
VERSION = '3.0.0'
4+
VERSION = '4.0.0'
55
end

0 commit comments

Comments
 (0)