From 7cd4130df3eda49f07383ac60c40d8d573463250 Mon Sep 17 00:00:00 2001 From: ymgyt Date: Tue, 7 May 2024 01:09:33 +0900 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- crates/synd_api/CHANGELOG.md | 2 +- crates/synd_api/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84c8a1c8..0b3b7ed7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3073,7 +3073,7 @@ checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c" [[package]] name = "synd-api" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-graphql", diff --git a/crates/synd_api/CHANGELOG.md b/crates/synd_api/CHANGELOG.md index 8b823bee..fad427fd 100644 --- a/crates/synd_api/CHANGELOG.md +++ b/crates/synd_api/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] __release_date__ +## [v0.2.3] 2024-05-06 ### Features diff --git a/crates/synd_api/Cargo.toml b/crates/synd_api/Cargo.toml index ec2c73e3..b3db674b 100644 --- a/crates/synd_api/Cargo.toml +++ b/crates/synd_api/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true description = "syndicationd backend api" name = "synd-api" readme = "README.md" -version = "0.2.2" +version = "0.2.3" [[bin]] name = "synd-api"