Skip to content

Commit f97acc7

Browse files
committed
chore: prepare for 0.5.1 release
1 parent 7d2137d commit f97acc7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.5.1 - 2026-02-22
99

1010
**Added**
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add `:pane` as a `mix.exs` dependency:
1717
```elixir
1818
def deps do
1919
[
20-
{:pane, "~> 0.5.0"}
20+
{:pane, "~> 0.5.1"}
2121
]
2222
end
2323
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Pane.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/codedge-llc/pane"
5-
@version "0.5.0"
5+
@version "0.5.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)