Skip to content

Commit

Permalink
Bump to 0.12.1, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 19, 2022
1 parent b08632e commit f6f14df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Revision history for skylighting and skylighting-core

## 0.12.2

* Parser: handle context shift to external context, e.g.,
`BashOneLine##Bash`. Closes #139 (issue with Dockerfile).

* Update xml files from upstream:
bash, cmake, markdown, objectivecpp, php, sql-postgresql, sql, stan, zshr

* Fix formatting in `Color` doc-comment (Janek Spaderna).

* Add stan.xml (Brian Ward).

## 0.12.1

* Update syntax definitions: bash, cmake, dockerfile,
Expand Down
2 changes: 1 addition & 1 deletion skylighting-core/skylighting-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: skylighting-core
version: 0.12.1
version: 0.12.2
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library.
It derives its tokenizers from XML syntax
Expand Down
4 changes: 2 additions & 2 deletions skylighting/skylighting.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: skylighting
version: 0.12.1
version: 0.12.2
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
Expand Down Expand Up @@ -192,7 +192,7 @@ library
Skylighting.Syntax.Zsh
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
skylighting-core == 0.12.1,
skylighting-core == 0.12.2,
containers,
binary
hs-source-dirs: src
Expand Down

0 comments on commit f6f14df

Please sign in to comment.