Skip to content

Commit 1836050

Browse files
committed
v0.4.0
1 parent 92be931 commit 1836050

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.4.0] - 2025-08-27
1012

1113
### Added
1214

@@ -44,7 +46,8 @@ and this project adheres to
4446

4547
Initial release.
4648

47-
[unreleased]: https://github.com/cometsh/atex/compare/v0.3.0...HEAD
49+
[unreleased]: https://github.com/cometsh/atex/compare/v0.4.0...HEAD
50+
[0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0
4851
[0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0
4952
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
5053
[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.3.0"
4+
@version "0.4.0"
55
@github "https://github.com/cometsh/atex"
66
@tangled "https://tangled.sh/@comet.sh/atex"
77

0 commit comments

Comments
 (0)