From 4488f3d5d3c7b907ec3dc9747a1aabce23d8ebc7 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Thu, 3 Apr 2025 17:56:01 +0800 Subject: [PATCH] chore: bump version to 16.0.3 (#1094) --- BREAKINGCHANGES_dev.md | 0 Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 BREAKINGCHANGES_dev.md diff --git a/BREAKINGCHANGES_dev.md b/BREAKINGCHANGES_dev.md new file mode 100644 index 00000000..e69de29b diff --git a/Cargo.lock b/Cargo.lock index b875369f..9e7ceac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2884,7 +2884,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "16.0.2" +version = "16.0.3" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c7b7823b..6bc005a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["upgrade", "update"] license = "GPL-3.0" repository = "https://github.com/topgrade-rs/topgrade" rust-version = "1.84.1" -version = "16.0.2" +version = "16.0.3" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2021"