From c793b92b383977e75472f13480f490d342f9e8eb Mon Sep 17 00:00:00 2001 From: Arend van Beelen jr Date: Fri, 23 Feb 2024 12:01:59 +0100 Subject: [PATCH] Bump versions to prepare for the release (#279) * Bump versions to prepare for the release * Bump --- CHANGELOG.md | 13 +++++++++++-- Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 4 ++-- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa3d3c..b33c3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. The format of this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [2.22.0] - TBD + +TBD + +## [2.21.0] - 2024-02-26 + +### Changed + +- Removed pagination from the `integrations list` command (#171) + +## [2.20.0] ### Added @@ -15,7 +25,6 @@ The format of this file is based on [Keep a Changelog](https://keepachangelog.co - Add `notebook front-matter append` command (#271) - Add `notebook front-matter edit` command (#271) - Add `notebook front-matter delete` command (#271) -- Removed pagination from the `integrations list` command (#171) ### Deprecated diff --git a/Cargo.lock b/Cargo.lock index 089dd67..41a6f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,8 +935,8 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fiberplane" -version = "1.0.0-beta.10" -source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#362db2ac82fa9c1c65315fe2d8124959fb87c60b" +version = "1.0.0-beta.11" +source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#fe1aa4b382e7fe3ba8c6c0ad33f942f29d43f431" dependencies = [ "base64uuid", "fiberplane-api-client", @@ -948,8 +948,8 @@ dependencies = [ [[package]] name = "fiberplane-api-client" -version = "1.0.0-beta.10" -source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#362db2ac82fa9c1c65315fe2d8124959fb87c60b" +version = "1.0.0-beta.11" +source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#fe1aa4b382e7fe3ba8c6c0ad33f942f29d43f431" dependencies = [ "anyhow", "base64uuid", @@ -963,8 +963,8 @@ dependencies = [ [[package]] name = "fiberplane-markdown" -version = "1.0.0-beta.10" -source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#362db2ac82fa9c1c65315fe2d8124959fb87c60b" +version = "1.0.0-beta.11" +source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#fe1aa4b382e7fe3ba8c6c0ad33f942f29d43f431" dependencies = [ "fiberplane-models", "pulldown-cmark", @@ -975,8 +975,8 @@ dependencies = [ [[package]] name = "fiberplane-models" -version = "1.0.0-beta.10" -source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#362db2ac82fa9c1c65315fe2d8124959fb87c60b" +version = "1.0.0-beta.11" +source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#fe1aa4b382e7fe3ba8c6c0ad33f942f29d43f431" dependencies = [ "base64 0.13.1", "base64uuid", @@ -999,8 +999,8 @@ dependencies = [ [[package]] name = "fiberplane-provider-runtime" -version = "2.0.0-beta.10" -source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#362db2ac82fa9c1c65315fe2d8124959fb87c60b" +version = "2.0.0-beta.11" +source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#fe1aa4b382e7fe3ba8c6c0ad33f942f29d43f431" dependencies = [ "bytes", "fiberplane-models", @@ -1019,8 +1019,8 @@ dependencies = [ [[package]] name = "fiberplane-templates" -version = "1.0.0-beta.10" -source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#362db2ac82fa9c1c65315fe2d8124959fb87c60b" +version = "1.0.0-beta.11" +source = "git+ssh://git@github.com/fiberplane/fiberplane.git?branch=main#fe1aa4b382e7fe3ba8c6c0ad33f942f29d43f431" dependencies = [ "base64uuid", "fiberplane-models", @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "fp" -version = "2.19.0" +version = "2.21.0" dependencies = [ "abort-on-drop", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b379384..401079d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fp" -version = "2.19.0" +version = "2.21.0" authors = ["Team Fiberplane"] edition = "2018" build = "build.rs" @@ -19,7 +19,7 @@ cli-table = "0.4" crossterm = { version = "0.27.0", features = ["event-stream"] } directories = "5.0.1" dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } -fiberplane = { version = "1.0.0-beta.7", features = [ +fiberplane = { version = "1.0.0-beta.11", features = [ "api-client", "base64uuid-creation", "clap",