Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Jul 11, 2024
1 parent 7c14a87 commit 69d372a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Syndicationd(`synd`) is a TUI feed viewer, based on [feed-rs](https://github.com
### nix

```sh
nix profile install github:ymgyt/syndicationd/synd-term-v0.2.6
nix profile install github:ymgyt/syndicationd/synd-term-v0.3.0
```

### arch linux
Expand All @@ -68,7 +68,7 @@ brew install ymgyt/homebrew-syndicationd/synd-term
### shell

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.6/synd-term-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.3.0
```

### cargo
Expand All @@ -86,7 +86,7 @@ npm install @syndicationd/synd-term
### powershell

```sh
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.2.6/synd-term-installer.ps1 | iex"
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.3.0
```
### docker
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.3.0] 2024-07-11

### 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/**/*", "gql/**/*", "CHANGELOG.md", "categories.toml"]
name = "synd-term"
version = "0.3.0-rc.2"
version = "0.3.0"

[[bin]]
name = "synd"
Expand Down

0 comments on commit 69d372a

Please sign in to comment.