Skip to content

Commit 2f2c047

Browse files
chore(release): v1.0.0-alpha.1 [skip ci]
## 1.0.0-alpha.1 (2023-11-22) ### πŸ›  Builds * **hex:** add package metadata ([3f773a3](3f773a3)) ### πŸ“š Documentation * setup ex_doc ([1de8541](1de8541)) ### βš™οΈ Continuous Integrations * setup semantic-release ([29815b7](29815b7)) ### ♻️ Chores * add license file ([8bf963d](8bf963d)) * initialize project ([f8fc53a](f8fc53a))
1 parent 1de8541 commit 2f2c047

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## 1.0.0-alpha.1 (2023-11-22)
2+
3+
4+
### πŸ›  Builds
5+
6+
* **hex:** add package metadata ([3f773a3](https://github.com/sheerlox/nodelix/commit/3f773a37493fe80ea4b35770588ce3246a42f5af))
7+
8+
9+
### πŸ“š Documentation
10+
11+
* setup ex_doc ([1de8541](https://github.com/sheerlox/nodelix/commit/1de8541a7a9a743fcaa6dd9277c89e1aa8981b13))
12+
13+
14+
### βš™οΈ Continuous Integrations
15+
16+
* setup semantic-release ([29815b7](https://github.com/sheerlox/nodelix/commit/29815b7421f1357338f8a405ed28ad5ebea02359))
17+
18+
19+
### ♻️ Chores
20+
21+
* add license file ([8bf963d](https://github.com/sheerlox/nodelix/commit/8bf963dd4d7f514aaa23ff96110cd42f5c12c82b))
22+
* initialize project ([f8fc53a](https://github.com/sheerlox/nodelix/commit/f8fc53abd2c81f9ee2854faf0b86d824b56bbe69))
23+
24+
## 1.0.0-alpha.1 (2023-11-22)
25+
26+
27+
### πŸ›  Builds
28+
29+
* **hex:** add package metadata ([3f773a3](https://github.com/sheerlox/nodelix/commit/3f773a37493fe80ea4b35770588ce3246a42f5af))
30+
31+
32+
### πŸ“š Documentation
33+
34+
* setup ex_doc ([1de8541](https://github.com/sheerlox/nodelix/commit/1de8541a7a9a743fcaa6dd9277c89e1aa8981b13))
35+
36+
37+
### βš™οΈ Continuous Integrations
38+
39+
* setup semantic-release ([29815b7](https://github.com/sheerlox/nodelix/commit/29815b7421f1357338f8a405ed28ad5ebea02359))
40+
41+
42+
### ♻️ Chores
43+
44+
* add license file ([8bf963d](https://github.com/sheerlox/nodelix/commit/8bf963dd4d7f514aaa23ff96110cd42f5c12c82b))
45+
* initialize project ([f8fc53a](https://github.com/sheerlox/nodelix/commit/f8fc53abd2c81f9ee2854faf0b86d824b56bbe69))

β€Žmix.exsβ€Ž

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

4-
@version "0.0.0-alpha"
4+
@version "1.0.0-alpha.1"
55
@source_url "https://github.com/sheerlox/nodelix"
66

77
def project do

0 commit comments

Comments
Β (0)