We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30313 commit 34dd770Copy full SHA for 34dd770
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.4.0] -
+## [0.4.0] - 2024-12-05
4
5
### Added
6
@@ -35,8 +35,8 @@
35
36
- First release.
37
38
-
39
# Diff
+[0.4.0](https://github.com/nmichel/ex_grammar/releases/tag/v0.4.0)
40
[0.3.0](https://github.com/nmichel/ex_grammar/releases/tag/v0.3.0)
41
-[0.1.0](https://github.com/nmichel/ex_grammar/releases/tag/v0.1.0)
42
[0.2.0](https://github.com/nmichel/ex_grammar/releases/tag/v0.2.0)
+[0.1.0](https://github.com/nmichel/ex_grammar/releases/tag/v0.1.0)
mix.exs
@@ -1,7 +1,7 @@
defmodule Project do
use Mix.Project
- @version "0.3.0"
+ @version "0.4.0"
def project do
7
[
0 commit comments