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 f83e696 commit 47cc36b
Show file tree
Hide file tree
Showing 5 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.

2 changes: 1 addition & 1 deletion crates/synd_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"

[dependencies]
synd-auth = { path = "../synd_auth", version = "0.2.2" }
synd-feed = { path = "../synd_feed", version = "0.3.1", features = ["graphql"] }
synd-feed = { path = "../synd_feed", version = "0.3.2", features = ["graphql"] }
synd-o11y = { path = "../synd_o11y", version = "0.1.6" }

anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/synd_feed/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.2] 2024-05-06

### Features

Expand Down
2 changes: 1 addition & 1 deletion crates/synd_feed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
description = "Library to handle syndication spec"
name = "synd-feed"
readme = "README.md"
version = "0.3.1"
version = "0.3.2"

[dependencies]
synd-o11y = { path = "../synd_o11y", version = "0.1.6" }
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 @@ -19,7 +19,7 @@ path = "src/main.rs"

[dependencies]
synd-auth = { path = "../synd_auth", version = "0.2.2" }
synd-feed = { path = "../synd_feed", version = "0.3.1" }
synd-feed = { path = "../synd_feed", version = "0.3.2" }
synd-o11y = { path = "../synd_o11y", version = "0.1.6" }

anyhow = { workspace = true }
Expand Down

0 comments on commit 47cc36b

Please sign in to comment.