Skip to content

Commit

Permalink
Release Keila 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed May 28, 2024
1 parent 2f88371 commit 90e3e5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
## Unreleased


## Version 0.14.7
## Added
- Image blocks now allow the use of Liquid in `src` and other attributes.
Fixes #297 (thanks @dompie for reporting)

## Fixed
- Separators are now rendered more faithfully in the block editor


## Version 0.14.6

## Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
version: "0.14.6",
version: "0.14.7",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit 90e3e5d

Please sign in to comment.