From 600e833b18fa40e772cd30057567f021543cc7c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 11:46:40 +0000 Subject: [PATCH] chore(release): v1.0.0-alpha.8 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-alpha.8](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-11-30) ### ⚠ Breaking changes * `--if-missing` is now the default, use `--force` to reinstall an existing version ### ✨ Features * don't reinstall by default & add force install flag ([0bb58d0](https://github.com/sheerlox/nodelix/commit/0bb58d06b77db15a2b3da66bf6cd4de18f5cded2)) --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7174f59..2ed1e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0-alpha.8](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-11-30) + + +### ⚠ Breaking changes + +* `--if-missing` is now the default, use `--force` to reinstall an existing version + +### ✨ Features + +* don't reinstall by default & add force install flag ([0bb58d0](https://github.com/sheerlox/nodelix/commit/0bb58d06b77db15a2b3da66bf6cd4de18f5cded2)) + ## [1.0.0-alpha.7](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-11-29) diff --git a/README.md b/README.md index 0143edf..54e4544 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in ```elixir def deps do [ - {:nodelix, "1.0.0-alpha.7", only: :dev, runtime: false} + {:nodelix, "1.0.0-alpha.8", only: :dev, runtime: false} ] end ``` diff --git a/mix.exs b/mix.exs index 5e3e4c3..9e7c875 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nodelix.MixProject do use Mix.Project - @version "1.0.0-alpha.7" + @version "1.0.0-alpha.8" @source_url "https://github.com/sheerlox/nodelix" def project do