From ecf255aceeb59e584cd6fe0aab4a1fb5d8012834 Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Tue, 23 Jan 2024 18:32:39 +0000 Subject: [PATCH] Release 3.1.0 --- Cargo.toml | 2 +- RELEASE_NOTES.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 566b850..982e37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "3.0.0" +version = "3.1.0" repository = "https://github.com/cloudflare/foundations" edition = "2021" authors = ["Cloudflare"] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8519a8e..4be649f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,11 @@ +3.1.0 +- 2024-01-23 Add more metadata to Cargo.toml +- 2024-01-23 Add readme to Cargo.toml +- 2024-01-23 Fix license type in Cargo.toml +- 2024-01-23 Add license field to Cargo.toml metadata + 3.0.0 +- 2024-01-23 Release 3.0.0 - 2024-01-23 Fix macos target in CI - 2024-01-23 Add jemalloc flag to CI - 2024-01-23 Fix CI target