From ae75b2d8b8f32b96c394c17fdb636dc155aa0ff7 Mon Sep 17 00:00:00 2001 From: Ashlynne Mitchell Date: Sat, 11 Oct 2025 13:02:27 +1100 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 7 +++++-- mix.exs | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503a9c2..df4bd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ 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). -## [Unreleased] + + +## [0.5.0] - 2025-10-11 ### Breaking Changes @@ -63,7 +65,8 @@ and this project adheres to Initial release. -[unreleased]: https://github.com/cometsh/atex/compare/v0.4.0...HEAD +[unreleased]: https://github.com/cometsh/atex/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.0 [0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0 [0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0 [0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0 diff --git a/mix.exs b/mix.exs index fb1862f..1324a2e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Atex.MixProject do use Mix.Project - @version "0.4.0" + @version "0.5.0" @github "https://github.com/cometsh/atex" @tangled "https://tangled.sh/@comet.sh/atex" -- 2.51.2