Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Aug 31, 2024
1 parent 9140cf7 commit 4de46ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.5.0 - 2024-08-30

**Changed**

- Various documentation updates [#5](https://github.com/codedge-llc/pane/pull/5).
- Bumped minimum Elixir version to 1.13.

## v0.4.1 - 2021-02-27

**Fixed**
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 Pane.Mixfile do
use Mix.Project

@source_url "https://github.com/codedge-llc/pane"
@version "0.4.1"
@version "0.5.0"

def project do
[
Expand Down

0 comments on commit 4de46ea

Please sign in to comment.