Skip to content

Commit

Permalink
Bump to 0.14.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 23, 2024
1 parent 77c1b65 commit b5105ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Revision history for skylighting and skylighting-core

## 0.14.5

* Update xml syntax definitions for bash, cmake, commonlisp, isocpp,
javascript-react, julia, latex, lua, markdown, modelines, nix, orgmode,
php, python, rhtml, ruby, swift, xml, yaml, zig, zsh. Add odin (required
by orgmode).

* Update JSON syntax definition from upstream. (#203)

## 0.14.4

* Add `gdscript`, `typst`, `tlaplus` syntax (#184, #199).
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.14.4
version: 0.14.5
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.14.4
version: 0.14.5
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
Expand Down Expand Up @@ -212,7 +212,7 @@ library
Skylighting.Syntax.Zsh
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
skylighting-core == 0.14.4,
skylighting-core == 0.14.5,
skylighting-format-ansi >= 0.1 && < 0.2,
skylighting-format-context >= 0.1 && < 0.2,
skylighting-format-latex >= 0.1 && < 0.2,
Expand Down

0 comments on commit b5105ed

Please sign in to comment.