Skip to content

Commit b5105ed

Browse files
committed
Bump to 0.14.5, update changelog
1 parent 77c1b65 commit b5105ed

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Revision history for skylighting and skylighting-core
22

3+
## 0.14.5
4+
5+
* Update xml syntax definitions for bash, cmake, commonlisp, isocpp,
6+
javascript-react, julia, latex, lua, markdown, modelines, nix, orgmode,
7+
php, python, rhtml, ruby, swift, xml, yaml, zig, zsh. Add odin (required
8+
by orgmode).
9+
10+
* Update JSON syntax definition from upstream. (#203)
11+
312
## 0.14.4
413

514
* Add `gdscript`, `typst`, `tlaplus` syntax (#184, #199).

skylighting-core/skylighting-core.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: skylighting-core
2-
version: 0.14.4
2+
version: 0.14.5
33
synopsis: syntax highlighting library
44
description: Skylighting is a syntax highlighting library.
55
It derives its tokenizers from XML syntax

skylighting/skylighting.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: skylighting
2-
version: 0.14.4
2+
version: 0.14.5
33
synopsis: syntax highlighting library
44
description: Skylighting is a syntax highlighting library with
55
support for over one hundred languages. It derives
@@ -212,7 +212,7 @@ library
212212
Skylighting.Syntax.Zsh
213213
other-extensions: CPP
214214
build-depends: base >= 4.8 && < 5.0,
215-
skylighting-core == 0.14.4,
215+
skylighting-core == 0.14.5,
216216
skylighting-format-ansi >= 0.1 && < 0.2,
217217
skylighting-format-context >= 0.1 && < 0.2,
218218
skylighting-format-latex >= 0.1 && < 0.2,

0 commit comments

Comments
 (0)