From 82b12f60006166e326cef2a48c6b10e25128b480 Mon Sep 17 00:00:00 2001 From: Benno van den Berg Date: Tue, 12 Dec 2023 10:36:48 +0100 Subject: [PATCH] Prepare 2.16.0 release --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173f395..8d995aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format of this file is based on [Keep a Changelog](https://keepachangelog.co ## [Unreleased] +## [2.16.0] + - Update all dependencies, except `hyper` (#260) - Allow overriding the token through an argument or envvar (#261) - Replace Lint code in our CI with Clippy+reviewdog (#262) diff --git a/Cargo.lock b/Cargo.lock index 765c517..3c3a568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,7 +1092,7 @@ dependencies = [ [[package]] name = "fp" -version = "2.15.0" +version = "2.16.0" dependencies = [ "abort-on-drop", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a808311..e2ae443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fp" -version = "2.15.0" +version = "2.16.0" authors = ["Team Fiberplane"] edition = "2018" build = "build.rs"