Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed May 6, 2024
1 parent 7cd4130 commit f3dce0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/synd_term/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3dce0c

Please sign in to comment.