Skip to content

Commit 199b647

Browse files
committed
chore(auth): update CHANGELOG
1 parent 59ae4ff commit 199b647

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

crates/synd_auth/CHANGELOG.md

+5-2
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-
## [0.1.1]
5+
## [unreleased]
66

77
### Features
88

@@ -13,7 +13,10 @@ All notable changes to this project will be documented in this file.
1313

1414
- Update changelog by @ymgyt ([55ee02cc](55ee02cc2d1e6c31bada610ea0b6e00a7b035753))
1515
- Release by @ymgyt ([da25a6e1](da25a6e1f8e15a34e94e8cc88d5eec68262b76b0))
16-
- Use hyphen as package name instead of underscore by @ymgyt ([7da73d16](7da73d16f68b10e42b238fab75517e486c39181c))
16+
- Use hyphen as package name instead of underscore by @ymgyt ([0a8ed059](0a8ed05997790f9f05c932c92fa2b2b2d74065a9))
17+
- Add README by @ymgyt ([80a20bdd](80a20bddaaa8a20904a0d4bd92a6643f2c8fce03))
18+
- Release by @ymgyt ([e853cdbd](e853cdbd1d4ce7f3cf22234e80e91088c9f1dcf7))
19+
- Rename synd-authn to synt-auth to publish as a new crate by @ymgyt ([59ae4ffa](59ae4ffa51f5323fa4a3aae5e30e950b15730519))
1720

1821
### Refactor
1922

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ changelog-term:
106106
git cliff --include-path "{{term_dir}}/**" out> {{term_dir}}/CHANGELOG.md
107107

108108
changelog-auth:
109-
git cliff --include-path "{{auth_dir}}/**" --include-path "crates/authn/*" out> {{auth_dir}}/CHANGELOG.md
109+
git cliff --include-path "{{auth_dir}}/**" --include-path "crates/synd_authn/*" out> {{auth_dir}}/CHANGELOG.md
110110

111111
# Release synd_auth
112112
release-auth *flags:

0 commit comments

Comments
 (0)