We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30ce6a commit 36233f0Copy full SHA for 36233f0
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v2
38
- uses: erlef/setup-elixir@v1
39
with:
40
- otp-version: 24.0
41
- elixir-version: 1.12
+ otp-version: 25.0
+ elixir-version: 1.13
42
- run: mix deps.get
43
- run: mix hex.publish --yes
CHANGELOG.md
@@ -1,3 +1,3 @@
1
-## v0.1.0 (TBA)
+## v0.1.0 (2022-09-11)
2
3
* Initial release
0 commit comments