Commit 199b647 1 parent 59ae4ff commit 199b647 Copy full SHA for 199b647
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 0.1.1 ]
5
+ ## [ unreleased ]
6
6
7
7
### Features
8
8
@@ -13,7 +13,10 @@ All notable changes to this project will be documented in this file.
13
13
14
14
- Update changelog by @ymgyt ([ 55ee02cc] ( 55ee02cc2d1e6c31bada610ea0b6e00a7b035753 ) )
15
15
- 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 ) )
17
20
18
21
### Refactor
19
22
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ changelog-term:
106
106
git cliff --include-path " {{ term_dir}} /**" out> {{ term_dir}} / CHANGELOG.md
107
107
108
108
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
110
110
111
111
# Release synd_auth
112
112
release-auth * flags :
You can’t perform that action at this time.
0 commit comments