From 209c82c23349a2487c18f0a8224e2e5a5222644c Mon Sep 17 00:00:00 2001 From: Mariot Chauvin Date: Wed, 22 Jan 2025 13:33:01 +0000 Subject: [PATCH] Release 2.2.0 version --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a4805..4271040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) +## [2.2.0] - 2024-01-22 + +### Fixed + +- Updated a number of dependencies to keep up-to-date and address vulnerabilities. + ## [2.1.0] - 2024-05-13 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 8dedb8c..c7b00c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1600,7 +1600,7 @@ dependencies = [ [[package]] name = "self-assessment" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 43f4b1e..8e6f448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self-assessment" -version = "2.1.0" +version = "2.2.0" edition = "2021" description = "A CLI tool that generates a list of pull requests raised and reviewed in the Guardian's GitHub organisation, as well as an optional summary of the user's Trello boards and cards." license = "MIT" diff --git a/README.md b/README.md index 854ccfb..8d7f5dc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Running `self-assessment generate-report` from the terminal will now generate a ## CLI information ``` -self-assessment 2.1.0 +self-assessment 2.2.0 A CLI tool that generates a list of pull requests raised and reviewed in the Guardian's GitHub organisation, as well as an optional summary of the user's Trello boards and cards.