Skip to content

Commit 81dce30

Browse files
chore(release): v1.0.0-alpha.9 [skip ci]
## [1.0.0-alpha.9](v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-12-01) ### ⚠ Breaking changes * `version` is now an argument / mix flag instead of a global configuration ### ✨ Features * remove version from application configuration ([06c539f](06c539f))
1 parent 06c539f commit 81dce30

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0-alpha.9](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-12-01)
4+
5+
6+
### ⚠ Breaking changes
7+
8+
* `version` is now an argument / mix flag instead of a global configuration
9+
10+
### ✨ Features
11+
12+
* remove version from application configuration ([06c539f](https://github.com/sheerlox/nodelix/commit/06c539f7cdcafe1efedaf626a76c9ccd3dd1b603))
13+
314
## [1.0.0-alpha.8](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-11-30)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in
2424
```elixir
2525
def deps do
2626
[
27-
{:nodelix, "1.0.0-alpha.8", only: :dev, runtime: false}
27+
{:nodelix, "1.0.0-alpha.9", only: :dev, runtime: false}
2828
]
2929
end
3030
```

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 "1.0.0-alpha.8"
4+
@version "1.0.0-alpha.9"
55
@source_url "https://github.com/sheerlox/nodelix"
66

77
def project do

0 commit comments

Comments
 (0)