Skip to content

Commit 76215a6

Browse files
committed
release v0.1.4
1 parent 3c88ed0 commit 76215a6

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.1.4
4+
5+
* Updated syntect and two-face dependencies.
6+
* Adds support for `debsources`, `GDScript`, `Idris`, `Odin`, `Typst`, `VHDL` syntaxes
7+
38
## v0.1.3
49

510
Moved `makeup_syntect` to the [elixir-makeup](https://github.com/elixir-makeup) GitHub origanization.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule MakeupSyntect.MixProject do
22
use Mix.Project
33

4-
@version "0.1.3"
4+
@version "0.1.4"
55

66
def project do
77
[

native/makeup_syntect/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/makeup_syntect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "makeup_syntect"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = []
55
edition = "2021"
66

0 commit comments

Comments
 (0)