From fd167796ecfc2d9370ce5ed65d198e96057e70f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Feliks=20Pobiedzi=C5=84ski?= <38541925+FelonEkonom@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:37:40 +0200 Subject: [PATCH] Bump version to 1.0.0-rc1 (#619) --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fb99f65..0b0bd70b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.0 +## 1.0.0-rc1 * Introduce `:remove_link` action in pipelines and bins. * Add children groups - a mechanism that allows refering to multiple children with a single identifier. * Rename `remove_child` action into `remove_children` and allow for removing a children group with a single action. diff --git a/README.md b/README.md index 8516a7981..2e3a146d2 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The API for creating pipelines (and custom elements too) is provided by [membran Or, if you'd like to try the latest release candidate, use this version: ```elixir -{:membrane_core, "~> 1.0.0-rc0"} +{:membrane_core, "~> 1.0.0-rc1"} ``` **Standalone libraries** diff --git a/mix.exs b/mix.exs index 70c5ff039..27689f59a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "1.0.0-rc0" + @version "1.0.0-rc1" @source_ref "v#{@version}" def project do