Skip to content

Commit 5e5e37b

Browse files
committed
v0.2.0
1 parent 3a22ac4 commit 5e5e37b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [0.2.0] - 2025-06-09
1010

1111
## Added
1212

@@ -19,5 +19,6 @@ and this project adheres to
1919

2020
Initial release.
2121

22-
[unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD
22+
[unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD
23+
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
2324
[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0

mix.exs

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

4-
@version "0.1.0"
4+
@version "0.2.0"
55
@source_url "https://github.com/cometsh/atex"
66

77
def project do

0 commit comments

Comments
 (0)