From f3dce0ca84bb24c64efb16d1fc2cd1d0bf6ca02f Mon Sep 17 00:00:00 2001 From: ymgyt Date: Tue, 7 May 2024 01:17:51 +0900 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- README.md | 4 ++-- crates/synd_term/CHANGELOG.md | 2 +- crates/synd_term/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b3b7ed7..e30809ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "synd-term" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "axum-server", diff --git a/README.md b/README.md index fb16e5c7..7b348658 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ brew install ymgyt/homebrew-syndicationd/synd ### shell ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.3/synd-term-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.4/synd-term-installer.sh | sh ``` ### cargo @@ -75,7 +75,7 @@ npm install @syndicationd/synd-term ### powershell ```sh -powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.3/synd-term-installer.ps1 | iex" +powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.4/synd-term-installer.ps1 | iex" ``` ## Usage diff --git a/crates/synd_term/CHANGELOG.md b/crates/synd_term/CHANGELOG.md index 9d624f3b..908651e0 100644 --- a/crates/synd_term/CHANGELOG.md +++ b/crates/synd_term/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] __release_date__ +## [v0.2.4] 2024-05-06 ### Features diff --git a/crates/synd_term/Cargo.toml b/crates/synd_term/Cargo.toml index 49e34786..438184c5 100644 --- a/crates/synd_term/Cargo.toml +++ b/crates/synd_term/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true include = ["src/**/*", "CHANGELOG.md", "categories.toml"] name = "synd-term" -version = "0.2.3" +version = "0.2.4" [[bin]] name = "synd"