Skip to content

Commit ae75b2d

Browse files
committed
v0.5.0
1 parent a8fd2c6 commit ae75b2d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ 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+
<!-- ## [Unreleased] -->
10+
11+
## [0.5.0] - 2025-10-11
1012

1113
### Breaking Changes
1214

@@ -63,7 +65,8 @@ and this project adheres to
6365

6466
Initial release.
6567

66-
[unreleased]: https://github.com/cometsh/atex/compare/v0.4.0...HEAD
68+
[unreleased]: https://github.com/cometsh/atex/compare/v0.5.0...HEAD
69+
[0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.0
6770
[0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0
6871
[0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0
6972
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.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.4.0"
4+
@version "0.5.0"
55
@github "https://github.com/cometsh/atex"
66
@tangled "https://tangled.sh/@comet.sh/atex"
77

0 commit comments

Comments
 (0)