Skip to content

Commit

Permalink
Bump versions to prepare for the release (#279)
Browse files Browse the repository at this point in the history
* Bump versions to prepare for the release

* Bump
  • Loading branch information
arendjr authored Feb 23, 2024
1 parent 8a3e2a3 commit c793b92
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fp"
version = "2.19.0"
version = "2.21.0"
authors = ["Team Fiberplane"]
edition = "2018"
build = "build.rs"
Expand All @@ -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",
Expand Down

0 comments on commit c793b92

Please sign in to comment.