From 307ccd2e89e9d72cfb74ec5da72f080fcf068926 Mon Sep 17 00:00:00 2001 From: shiro Date: Thu, 8 Aug 2024 11:01:28 +0900 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeae1b7..60c03fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.0.20] - 2024-08-08 +## [2.1.1] - 2024-08-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index 35ae030..d498c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "map2" -version = "2.0.20" +version = "2.1.1" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 5a79c7e..3ced7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "map2" -version = "2.0.20" +version = "2.1.1" authors = ["shiro "] edition = "2021"