Skip to content

Commit

Permalink
Release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 13, 2021
1 parent 8ac3f70 commit 56796a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 33 deletions.
41 changes: 9 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,16 @@
# Changelog

<!-- %% CHANGELOG_ENTRIES %% -->
## 0.15.2 (2021-10-13)

### 0.15.1 - 2021-01-29 29:28:00
* Highlight Erlang calls as modules.
* Support digits as modifiers in sigils.
* Support stepped ranges operators `..//`.

Multiple bug fixes and update list of tokens.
## 0.15.1 (2021-01-29)

* Multiple bug fixes and update list of tokens.

### 0.15.0 - 2020-10-02 14:39:00

Added support for Unicode characters in identifiers (atoms and variables).
Improved handling of sigils.


### 0.14.1 - 2020-05-28 09:24:57

Handle Windows-style newlines


### 0.14.0 - 2019-07-16 22:54:32

Upgrade `:makeup` dependency to version 1.0.


### 0.13.0 - 2019-01-01 17:33:33

Register the `.ex` and `.exs` extensions as being supported by the `ElixirLexer`.


### 0.12.0 - 2018-12-30 19:12:21

Make use of Makeup's registry.


### 0.11.0 - 2018-12-22 01:26:09

Updates `makeup` dependency to 0.6.
## 0.15.0 (2020-10-02)

* Added support for Unicode characters in identifiers (atoms and variables).
* Improved handling of sigils.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MakeupElixir.Mixfile do
use Mix.Project

@version "0.15.1"
@version "0.15.2"
@url "https://github.com/elixir-makeup/makeup_elixir"

def project do
Expand Down

0 comments on commit 56796a1

Please sign in to comment.