From c0bb5b69fcecf89ebfab2e64dfca744854966e70 Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Thu, 2 Mar 2023 09:30:26 +0100 Subject: [PATCH] release 0.10.0. :surfer: --- CHANGES.md | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 20a3432..dfb1991 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## 0.10.0 -* Use `trailblazer-activity-dsl-linear-1.2.0`. +* Require `trailblazer-activity-dsl-linear-1.2.0`. * Remove `Railway::Macaroni`. * Remove `Operation::Callable`. * Introduce `Operation::INITIAL_WRAP_STATIC` that is computed once at compile-time, not diff --git a/Gemfile b/Gemfile index 770ee94..2c2827b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gemspec # gem "trailblazer-activity-dsl-linear", path: "../trailblazer-activity-dsl-linear" # gem "trailblazer-activity", github: "trailblazer/trailblazer-activity" -gem "trailblazer-developer", github: "trailblazer/trailblazer-developer" +# gem "trailblazer-developer", github: "trailblazer/trailblazer-developer"