Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 12, 2024
1 parent 9a5ed2b commit acf3685
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 @@ -39,7 +39,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.1.6/synd-term-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.7/synd-term-installer.sh | sh
```

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

```sh
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.6/synd-term-installer.ps1 | iex"
powershell -c "irm https://github.com/ymgyt/syndicationd/releases/download/synd-term-v0.1.7/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.1.7] 2024-03-12

### 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"]
name = "synd-term"
version = "0.1.6"
version = "0.1.7"

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

0 comments on commit acf3685

Please sign in to comment.