We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b96bf8 commit 7a9e90dCopy full SHA for 7a9e90d
CHANGELOG.md
@@ -4,6 +4,13 @@ This log summarizes the changes in each released version of rouge. The versionin
4
we use is semver, although we will often release new lexers in minor versions, as a
5
practical matter.
6
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
14
## version 2.2.0: 2017-08-09
15
16
https://github.com/jneen/rouge/compare/v2.1.1...v2.2.0
lib/rouge/version.rb
@@ -2,6 +2,6 @@
2
3
module Rouge
def self.version
- "2.2.0"
+ "2.2.1"
end
0 commit comments