Skip to content

Commit da25a6e

Browse files
committed
chore: release
1 parent 99f036d commit da25a6e

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_authn/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.1]
66

77
### Features
88

crates/synd_authn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99

1010
description = "syndicationd authentication lib"
1111
name = "synd_authn"
12-
version = "0.1.0"
12+
version = "0.1.1"
1313

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

crates/synd_term/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file.
3636

3737
- Format toml by @ymgyt ([36677745](3667774506106fe0f38d77efac9f4b27c70090aa))
3838
- Update CHANGELOG by @ymgyt ([f5091f3c](f5091f3ceff04b9ff818bb4e0ce0e4bbe9851177))
39+
- Update CHANGELOG by @ymgyt ([99f036df](99f036dfe227c1670f967aa949116e3ae8a2c97b))
3940

4041
### Refactor
4142

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_authn = { path = "../synd_authn", version = "0.1.0" }
19+
synd_authn = { path = "../synd_authn", version = "0.1.1" }
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)