Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Jan 9, 2025
1 parent 686e0b3 commit 129a150
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
@@ -1,5 +1,14 @@
# Changelog

## 0.2.5 (2025-01-09)

### Fixes
* Escape curly braces with `{` and `}`

### Chores
* Update release targets
* Update deps

## 0.2.4 (2024-12-13)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Autumn.MixProject do
use Mix.Project

@source_url "https://github.com/leandrocp/autumn"
@version "0.2.5-dev"
@version "0.2.5"
@dev? String.ends_with?(@version, "-dev")
@force_build? System.get_env("AUTUMN_BUILD") in ["1", "true"]

Expand Down

0 comments on commit 129a150

Please sign in to comment.