diff --git a/CHANGELOG.md b/CHANGELOG.md index 4498f506..4109564a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.3.2 (unreleased) +## 0.3.2 (2018-03-05) - Fix `serve` command trying to read all files as markdown - Add many syntax highlighting themes diff --git a/Cargo.lock b/Cargo.lock index 77f94976..e933f480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "gutenberg" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 44582453..8cf708c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.3.1" +version = "0.3.2" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" diff --git a/sublime_syntaxes/LESS-sublime b/sublime_syntaxes/LESS-sublime index 68a055df..8f9915bd 160000 --- a/sublime_syntaxes/LESS-sublime +++ b/sublime_syntaxes/LESS-sublime @@ -1 +1 @@ -Subproject commit 68a055df8e1c570a06fe5bf1a887cd711a24bcf1 +Subproject commit 8f9915bd298b0c65c22203979b945833be7ac488 diff --git a/sublime_syntaxes/TypeScript-TmLanguage b/sublime_syntaxes/TypeScript-TmLanguage index 77d21fd8..e8fea975 160000 --- a/sublime_syntaxes/TypeScript-TmLanguage +++ b/sublime_syntaxes/TypeScript-TmLanguage @@ -1 +1 @@ -Subproject commit 77d21fd8d3f750fcf67bdf7436f4e46565cba350 +Subproject commit e8fea975ce57c7d062f958f48cc67b0c37b7aa70 diff --git a/sublime_syntaxes/newlines.packdump b/sublime_syntaxes/newlines.packdump index 5bf87de7..60fdcc71 100644 Binary files a/sublime_syntaxes/newlines.packdump and b/sublime_syntaxes/newlines.packdump differ diff --git a/sublime_syntaxes/nonewlines.packdump b/sublime_syntaxes/nonewlines.packdump index 0ae099bf..813c04c2 100644 Binary files a/sublime_syntaxes/nonewlines.packdump and b/sublime_syntaxes/nonewlines.packdump differ