From 5e5e37bcb49048e001063c3771333b1faedb6cd8 Mon Sep 17 00:00:00 2001 From: Ashlynne Mitchell Date: Mon, 9 Jun 2025 20:45:25 +1000 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 5 +++-- mix.exs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7a72f..3636d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.2.0] - 2025-06-09 ## Added @@ -19,5 +19,6 @@ and this project adheres to Initial release. -[unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD +[unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0 [0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0 diff --git a/mix.exs b/mix.exs index 12b03ab..c15a086 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Atex.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @source_url "https://github.com/cometsh/atex" def project do -- 2.51.2