Skip to content

Commit

Permalink
build: bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 28, 2024
1 parent 6aab16c commit 583a1b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [v0.3.0] - 2024-02-28

### Added

- `mix blend.premix` task to auto generate `premix.exs` file to help in configuring the `BLEND` env var

## [v0.2.1] - 2024-02-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ by adding `blend` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:blend, "~> 0.2.1", only: :dev}
{:blend, "~> 0.3.0", only: :dev}
]
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.2.1",
version: "0.3.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 583a1b3

Please sign in to comment.