Skip to content

Commit

Permalink
build: bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 15, 2024
1 parent a29bb93 commit fcd2ba4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2024-02-08
## [0.1.3] - 2024-02-15

### Added

- Support elixir 1.14+
- Better IO messaging when running blend tasks

## [0.1.2] - 2024-02-08

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ by adding `blend` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:blend, "~> 0.1.2"}
{:blend, "~> 0.1.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Blend.MixProject do
[
app: :blend,
description: @description,
version: "0.1.2",
version: "0.1.3",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit fcd2ba4

Please sign in to comment.