Skip to content

Commit 7a9e90d

Browse files
committed
release v2.2.1
1 parent 1b96bf8 commit 7a9e90d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This log summarizes the changes in each released version of rouge. The versionin
44
we use is semver, although we will often release new lexers in minor versions, as a
55
practical matter.
66

7+
## version 2.2.1: 2017/08/22
8+
9+
* powershell:
10+
* Adding PowerShell builtin commands for version 5 (#757 thanks JacodeWeerd)
11+
* general:
12+
* Rouge::Guessers::Modeline#filter: reduce object allocations (#756 thanks @parkr)
13+
714
## version 2.2.0: 2017-08-09
815

916
https://github.com/jneen/rouge/compare/v2.1.1...v2.2.0

lib/rouge/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rouge
44
def self.version
5-
"2.2.0"
5+
"2.2.1"
66
end
77
end

0 commit comments

Comments
 (0)