diff --git a/CHANGELOG.md b/CHANGELOG.md --- 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.7.0] - 2026-01-07 ### Breaking Changes @@ -122,7 +124,8 @@ ## [0.1.0] - 2025-06-07 Initial release. -[unreleased]: https://github.com/cometsh/atex/compare/v0.6.0...HEAD +[unreleased]: https://github.com/cometsh/atex/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/cometsh/atex/releases/tag/v0.7.0 [0.6.0]: https://github.com/cometsh/atex/releases/tag/v0.6.0 [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 diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ```elixir def deps do [ - {:atex, "~> 0.6"} + {:atex, "~> 0.7"} ] end ``` diff --git a/mix.exs b/mix.exs --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Atex.MixProject do use Mix.Project - @version "0.6.0" + @version "0.7.0" @github "https://github.com/cometsh/atex" @tangled "https://tangled.sh/@comet.sh/atex"