Skip to content

Commit 88cf908

Browse files
committed
Release 2.3.0
1 parent 2daae12 commit 88cf908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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+
== 2.3.0 (2022-01-05) - @slonopotamus
99

10-
* add `Pygments.pygments_version` method to query underlying Pygments version ({uri-repo}/issues/226[#226])
10+
* Add `Pygments.pygments_version` method to query underlying Pygments version ({uri-repo}/issues/226[#226])
1111
* Update Pygments to 2.10.0 ({uri-repo}/issues/234[#234])
1212

1313
== 2.2.0 (2021-03-18) - @slonopotamus

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 = '2.2.0'
4+
VERSION = '2.3.0'
55
end

0 commit comments

Comments
 (0)