Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Dec 15, 2023
1 parent 69d5e50 commit 592fa41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The format of this file is based on [Keep a Changelog](https://keepachangelog.co

## [Unreleased]

## [2.16.0]
## [2.17.0]

- Fixed an issue with CLI argument completion failing. (#264)

## [2.15.0]
## [2.16.0]

- Update all dependencies, except `hyper` (#260)
- Allow overriding the token through an argument or envvar (#261)
Expand Down
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fp"
version = "2.17.0"
version = "2.18.0"
authors = ["Team Fiberplane"]
edition = "2018"
build = "build.rs"
Expand Down Expand Up @@ -76,7 +76,14 @@ webbrowser = "0.8.7"

[build-dependencies]
anyhow = "1.0"
vergen = { version = "8.0.0", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }
vergen = { version = "8.0.0", features = [
"build",
"cargo",
"git",
"gitcl",
"rustc",
"si",
] }

[patch.crates-io]
# fiberplane = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" }
Expand Down

0 comments on commit 592fa41

Please sign in to comment.