Skip to content

Commit fa235e4

Browse files
committed
chore: release
1 parent 31eb8a3 commit fa235e4

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/synd_auth/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [0.1.2]
66

77
### Features
88

crates/synd_auth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99
description = "syndicationd authentication lib"
1010
name = "synd-auth"
1111
readme = "README.md"
12-
version = "0.1.1"
12+
version = "0.1.2"
1313

1414
[dependencies]
1515
anyhow = { workspace = true }

crates/synd_term/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
4242
- Update CHANGELOG by @ymgyt ([e688670c](e688670c853718a1cb825cb787861dffe55046d1))
4343
- Release by @ymgyt ([e853cdbd](e853cdbd1d4ce7f3cf22234e80e91088c9f1dcf7))
4444
- Rename synd-authn to synt-auth to publish as a new crate by @ymgyt ([59ae4ffa](59ae4ffa51f5323fa4a3aae5e30e950b15730519))
45+
- Update CHANGELOG by @ymgyt ([31eb8a34](31eb8a3472e770931fab427e2a8c74a9754b157a))
4546

4647
### Refactor
4748

crates/synd_term/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "synd"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
synd-auth = { path = "../synd_auth", version = "0.1.1" }
19+
synd-auth = { path = "../synd_auth", version = "0.1.2" }
2020
synd-feed = { path = "../synd_feed", version = "0.1.0" }
2121
synd-o11y = { path = "../synd_o11y", version = "0.1.0" }
2222

0 commit comments

Comments
 (0)