Skip to content

Commit e853cdb

Browse files
committed
chore: release
1 parent e688670 commit e853cdb

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
description = "syndicationd authentication lib"
1010
name = "synd-authn"
1111
readme = "README.md"
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
@@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file.
3939
- Update CHANGELOG by @ymgyt ([99f036df](99f036dfe227c1670f967aa949116e3ae8a2c97b))
4040
- Release by @ymgyt ([da25a6e1](da25a6e1f8e15a34e94e8cc88d5eec68262b76b0))
4141
- Use hyphen as package name instead of underscore by @ymgyt ([0a8ed059](0a8ed05997790f9f05c932c92fa2b2b2d74065a9))
42+
- Update CHANGELOG by @ymgyt ([e688670c](e688670c853718a1cb825cb787861dffe55046d1))
4243

4344
### Refactor
4445

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)